Skip to content

jbszczepaniak/dynamodb-with-go

Repository files navigation

DynamoDB with Go

⚠️ ⚠️ ⚠️

DynamoDB with Go was updated to use new (v2) version of AWS SDK for Go. If you want to play with older version just checkout branch go-sdk-v1.

⚠️ ⚠️ ⚠️

Series of posts on how to use DynamoDB with Go SDK.

Each episode has it's directory with text of the post and runnable code.

Table of contents

Prerequisites

  1. Golang (1.14 or higher) installed
  2. Docker (19.03 or higher) installed

Running code

  1. Run local DynamoDB in separate terminal
docker run --rm -p 8000:8000 amazon/dynamodb-local
  1. Execute tests
go test ./...

About

Series of posts on how to use DynamoDB with Go SDK.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages