Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.18 KB

File metadata and controls

25 lines (13 loc) · 1.18 KB

🐹 Golang SDK examples for Amazon DynamoDB

This section contains Golang code for examples and common tasks with Amazon DynamoDB.

⚠️ Deprecation Warning: Golang SDK v1 Examples ⚠️

With the announce of EOS for the Golang SDK v1, all the v1 examples in this repository are in maintenance mode as well. If you want to collaborate migrating the current examples to v2 you are encouraged to send a PR.

🛠️ Working with Items

Explore a wide range of operations for managing individual items in your DynamoDB tables, from batch processing to conditional updates.

View the Item 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 »

Detailed list of supported operations

You can consult the list of all the supported operations in this repo in the Operations page.