Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deangiberson/docker_aws_dynamodb_local
https://github.com/deangiberson/docker_aws_dynamodb_local
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deangiberson/docker_aws_dynamodb_local
- Owner: deangiberson
- Created: 2014-06-11T03:52:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T05:47:28.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T12:42:01.935Z (6 months ago)
- Size: 1.95 KB
- Stars: 36
- Watchers: 2
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - deangiberson/docker_aws_dynamodb_local - (others)
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