Python (boto3) SDK examples for Amazon DynamoDB
October 17, 2024 ยท View on GitHub
Welcome to the Python SDK examples for Amazon DynamoDB. This section contains a comprehensive collection of Java code samples that demonstrate how to work with various DynamoDB operations and features.
๐ ๏ธ Explore the Examples
Dive into the following sections to discover the Python SDK examples for DynamoDB:
๐จโ๐ป Working with Items
Explore a wide range of operations for managing individual items in your DynamoDB tables, from batch processing to conditional updates.
๐ Working with Queries
Learn how to efficiently query your DynamoDB tables, with examples covering sorting, filtering, projections, and more.
๐ Working with Indexes
Discover how to leverage secondary indexes to optimize your data access patterns.
Check out the Index examples ยป
๐ Working with Scans
Learn how to perform full table scans, including techniques for improving performance.
๐ Working with Streams
Dive into the world of DynamoDB Streams and learn how to read and process real-time changes to your table data.
Explore the Stream examples ยป
๐๏ธ Working with Tables
From creating and deleting tables to managing global tables and auto-scaling, this section has you covered for all your table management needs.
Discover the Table examples ยป
๐ Working with Custom Backoff Retry
Learn how to implement custom backoff retry logic.
Discover the Custom Backoff Retry examples ยป
๐ Get Started
Each example in this folder comes with a README file that provides detailed instructions on setup, usage, and relevant context. Feel free to browse the examples and adapt the code to your specific DynamoDB-powered applications.
Detailed list of supported operations
You can consult the list of all the supported operations in this repo in the Operations.md