docker-aws-sam-local
docker-aws-sam-local copied to clipboard
Example for docker-compose
Resolves #1.
Saved me some troubleshooting. 👍
Related, in order to get links to work to a running dynamodb-local container, I had to also add the following:
services:
aws-sam-local:
...
links:
dynamodb:dynamodb
command: ... --docker-network [project-name]_default
looks like cnadiminti/aws-sam-local image only supports sam local invoke and sam local start-api so you cannot use sam local start-lambda with it