Skip to content

polovyivan/aws-dynamodb-local-setup-tutorial

Repository files navigation

Commands to access Dynamo DB

  1. Using DynamoDB image
    aws dynamodb scan --table-name customer-loc --endpoint-url=http://localhost:8000

  2. Using Localstack from within a container, or set up profile for aws cli of a PC using first shell script
    aws dynamodb scan --table-name customer-loc --endpoint-url=http://localhost:4566 --profile=localstack

Access a container
docker container exec -it localstack sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages