Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws_dynamodb_operations-0.1.0.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aws_dynamodb_operations-0.1.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

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

Hashes for aws_dynamodb_operations-0.1.0.tar.gz
Algorithm Hash digest
SHA256 84e4c74bf03c1009b69cc901b57e1d7471e327e663385cf25ba01c7bf38d9ecc
MD5 25c6d1993f515315ca7768ee270806b7
BLAKE2b-256 2aa0984aa5ccde1e9e20db775d92a1880bb7e3a1268ecdef0a3239972e57f367

See more details on using hashes here.

File details

Details for the file aws_dynamodb_operations-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aws_dynamodb_operations-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 76416b081fcc55abdea557dc263389163f9ce5768c637daa3d1d3b87ceed60e2
MD5 0789e3cdac05cae6b105b450e89ea825
BLAKE2b-256 53141ca341118bede0ea9d4522289de22923602abb286084e8612f0c56ac29ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page