Skip to content

conmio/docker-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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