Skip to content

Reference code for using DynamoDB with the AWS SDK v2 for Go

Notifications You must be signed in to change notification settings

helloworldless/go-dynamodb-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamoDB Reference for Go

A few examples using the AWS SDK for Go V2.

Steps to Run

Make sure DynamoDB Local is running:

docker run -p 8000:8000 amazon/dynamodb-local

Install dependencies:

go get ./...

Run the program:

go run main.go

About

Reference code for using DynamoDB with the AWS SDK v2 for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages