Skip to content

Instantly share code, notes, and snippets.

@netstart
Created June 18, 2021 02:49
Show Gist options
  • Save netstart/10082e4123df2afa2fe7ef6c80217810 to your computer and use it in GitHub Desktop.
Save netstart/10082e4123df2afa2fe7ef6c80217810 to your computer and use it in GitHub Desktop.
dynamodb local
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:
@netstart
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment