https://github.com/tomoki171923/docker-lambda-dynamodb
AWS Lambda & DynamoDB on docker-compose.
https://github.com/tomoki171923/docker-lambda-dynamodb
docker-compose dynamodb lambda
Last synced: about 2 months ago
JSON representation
AWS Lambda & DynamoDB on docker-compose.
- Host: GitHub
- URL: https://github.com/tomoki171923/docker-lambda-dynamodb
- Owner: tomoki171923
- Created: 2020-12-04T10:53:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T09:32:56.000Z (over 5 years ago)
- Last Synced: 2025-08-21T10:48:10.637Z (11 months ago)
- Topics: docker-compose, dynamodb, lambda
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-lambda-dynamodb
## Start
~~~
docker-compose up -d
~~~
## Stop
~~~
docker-compose down
~~~