AWS Credentials are required for deployment.
Copy this example Makefile to a project folder:
mkdir /tmp/sls_test
cd /tmp/sls_test
wget https://raw.githubusercontent.com/conmio/docker-serverless/master/example/Makefile
make create
make deploy
make remove
Open shell to run custom serverless CLI commands
make shell