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

8c782e0 · Mar 1, 2023

History

6 Commits
Mar 1, 2023
Aug 27, 2021
Mar 1, 2023
Aug 27, 2021
Aug 27, 2021
Mar 1, 2023

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