We announced
Amazon DynamoDB Examples Using the AWS SDK for Go
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. The AWS SDK for Go examples can integrate Amazon DynamoDB into your Go applications. The examples assume you have already set up and configured the SDK (that is, you have imported all required packages and set your credentials and region). For more information, see Getting Started with the AWS SDK for Go and Configuring the AWS SDK for Go.
The topic also provides a link to a downloadable version of DynamoDB, which includes an interactive web interface so you can experiment with DynamoDB offline.
You can download complete versions of these example files from the aws-doc-sdk-examples
Topics
- Listing all Amazon DynamoDB Tables
- Creating an Amazon DynamoDB Table
- Creating an Amazon DynamoDB Table Item
- Creating Amazon DynamoDB Table Items from a JSON File
- Reading an Amazon DynamoDB Table Item
- Getting Amazon DynamoDB Table Items Using Expression Builder
- Updating an Amazon DynamoDB Table Item
- Deleting an Amazon DynamoDB Table Item