Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deangiberson/docker_aws_dynamodb_local


https://github.com/deangiberson/docker_aws_dynamodb_local

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Docker container for AWS DynamoDB Local

AWS DynamoDB Local will let you test against DynamoDB without needing
a full network. For details see https://aws.amazon.com/blogs/aws/dynamodb-local-for-desktop-development/

To use link to your application:

sudo docker run -d --name dynamodb deangiberson/aws-dynamodb-local

sudo docker run -d -P --name web --link dynamodb:dynamodb training/webapp python app.py