The docker image is based on Amazon Linux Machine and contains AWS CLI, Python, Node, Yarn, Java, and Serverless Framework.
- Change the
NODE_VERSION
andSERVERLESS_VERSION
environment variables in theDockerfile
file if necessary. - Run the
./build
script (defaults toIMAGE_TAG=latest
).
To build another image tag, try this:
IMAGE_TAG=1.2.3 ./build