helloworldless / go-dynamodb-reference

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%