Skip to content

Files

Latest commit

8c782e0 · Mar 1, 2023

History

History
24 lines (16 loc) · 417 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 417 Bytes

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