Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.2 KB

AWS Example:

Pre-requisites

AWS Credentials are required for deployment.

1. Get makefile

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

2. Create an example service

make create

3. Deploy the service

make deploy

4. Remove the deployed service

make remove

Open shell to run custom serverless CLI commands

make shell