A Docker image for Serverless development & deployment.
Features:
serverless command-line toolserverless plugins, see Dockerfileaws command-line tool for scripting/debuggingmake for build automationtini init system to make the serverless tool work well in DockerAWS_ROLE environment variablePull the latest Docker image:
docker pull mlafeldt/serverless
Run this inside the directory of your Serverless service:
docker run -it --rm -v "$PWD:/service" \
-e AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" \
-e AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" \
-e AWS_REGION="$AWS_REGION" \
-e AWS_DEFAULT_REGION="$AWS_DEFAULT_REGION" \
mlafeldt/serverless <command>
This project is being developed by Mathias Lafeldt.
Content type
Image
Digest
Size
84 MB
Last updated
about 8 years ago
docker pull mlafeldt/serverless