Metadata-Version: 2.1
Name: dynamodb-autoincrement
Version: 0.2.0
Summary: Use optimistic locking to put DynamoDB records with auto-incrementing attributes. Python port of https://github.com/nasa-gcn/dynamodb-autoincrement
Author-email: Leo Singer <leo.p.singer@nasa.gov>
License: Apache-2.0
Project-URL: source, https://github.com/nasa-gcn/python-dynamodb-autoincrement
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Database
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: aioboto3
Requires-Dist: boto3-missing
Requires-Dist: types-aioboto3[dynamodb]
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-dynamodb; extra == "test"

[![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/
