A few examples using the AWS SDK for Go V2.
Make sure DynamoDB Local is running:
docker run -p 8000:8000 amazon/dynamodb-localInstall dependencies:
go get ./...Run the program:
go run main.goA few examples using the AWS SDK for Go V2.
Make sure DynamoDB Local is running:
docker run -p 8000:8000 amazon/dynamodb-localInstall dependencies:
go get ./...Run the program:
go run main.go