Created
June 18, 2021 02:49
-
-
Save netstart/10082e4123df2afa2fe7ef6c80217810 to your computer and use it in GitHub Desktop.
dynamodb local
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.3' | |
services: | |
dynamodb: | |
image: amazon/dynamodb-local | |
ports: | |
- "8000:8000" | |
awscliv1: | |
image: normandesjr/awscliv1 | |
volumes: | |
- ./resources:/json | |
command: create-resources.sh http://dynamodb:8000 | |
depends_on: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/normandesjr/awscliv1