Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Golang SDK examples for Amazon DynamoDB

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

Working with Items

All Examples 👉 Go
BatchGet Go
BatchWrite Go
DeleteItem Go
DeleteItemConditional Go
GetItem Go
PutItem Go
PutItemConditional Go
TransactGet Go
TransactWrite Go
UpdateItem Go
UpdateItemConditional Go

Working with Indexes

All Examples 👉 Go
Go

Working with Queries

All Examples 👉 Go
ConsistentRead Go
Count Go
FilterExpression Go
ProjectionExpression Go
ReturnConsumedCapacity Go

Working with Scans

All Examples 👉 Go
Go

Working with Streams

All Examples 👉 Go
Go

Working with Tables

All Examples 👉 Go
Add Global Table Region Go
Add Provisioned Capacity Go
CreateGlobalTable Go
CreateTable On-Demand Go
CreateTable Provisioned Go
Delete Global Table Region Go
DeleteTable Go
DescribeGlobalTable and DescribeGlobalTableSettings Go
DescribeLimits Go
DescribeTable Go
Disable Autoscaling Go
Enable Autoscaling Go
Update Autoscaling Go
Disable Streams Go
Enable Streams Go
ListTables Go
UpdateGlobalTable and UpdateGlobalTableSettings Go
UpdateTable On-Demand Go
UpdateTable Provisioned Go