A Python package for common AWS DynamoDB operations
Project description
AWS DynamoDB Operations
A Python package for interacting with AWS DynamoDB.
Installation
pip install aws-dynamodb-operations
Usage
from aws_dynamodb_operations import DynamoDBOperations
dynamo = DynamoDBOperations()
dynamo.insert_data_via_dict("my_table", {"id": "123", "name": "Test"}, "id")
dynamo.retrieve_data(table_name="my_table",
partition_key="id",
partition_key_value="123",
limit=10)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws_dynamodb_operations-0.1.0.tar.gz.
File metadata
- Download URL: aws_dynamodb_operations-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84e4c74bf03c1009b69cc901b57e1d7471e327e663385cf25ba01c7bf38d9ecc
|
|
| MD5 |
25c6d1993f515315ca7768ee270806b7
|
|
| BLAKE2b-256 |
2aa0984aa5ccde1e9e20db775d92a1880bb7e3a1268ecdef0a3239972e57f367
|
File details
Details for the file aws_dynamodb_operations-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aws_dynamodb_operations-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76416b081fcc55abdea557dc263389163f9ce5768c637daa3d1d3b87ceed60e2
|
|
| MD5 |
0789e3cdac05cae6b105b450e89ea825
|
|
| BLAKE2b-256 |
53141ca341118bede0ea9d4522289de22923602abb286084e8612f0c56ac29ca
|