An open API service indexing awesome lists of open source software.

https://github.com/nasa-gcn/python-dynamodb-autoincrement

Use optimistic locking to put DynamoDB records with auto-incrementing attributes. Python port of https://github.com/nasa-gcn/dynamodb-autoincrement
https://github.com/nasa-gcn/python-dynamodb-autoincrement

autoincrement concurrency dynamodb python

Last synced: about 1 year ago
JSON representation

Use optimistic locking to put DynamoDB records with auto-incrementing attributes. Python port of https://github.com/nasa-gcn/dynamodb-autoincrement

Awesome Lists containing this project

README

          

[![PyPI](https://img.shields.io/pypi/v/dynamodb-autoincrement)](https://pypi.org/project/dynamodb-autoincrement/)
[![codecov](https://codecov.io/gh/nasa-gcn/python-dynamodb-autoincrement/graph/badge.svg?token=ezsMkImff0)](https://codecov.io/gh/nasa-gcn/python-dynamodb-autoincrement)

# python-dynamodb-autoincrement

Use optimistic locking to put DynamoDB records with auto-incrementing attributes. This is a Python port of https://github.com/nasa-gcn/dynamodb-autoincrement. Inspired by:

- https://aws.amazon.com/blogs/aws/new-amazon-dynamodb-transactions/
- https://bitesizedserverless.com/bite/reliable-auto-increments-in-dynamodb/