Sign inSign up

conmio/serverless

By conmio

Updated over 8 years ago

Serverless Framework & Node 6.10

Image
1

1.5K

conmio/serverless repository overview

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

Tag summary

Content type

Image

Digest

Size

53.9 MB

Last updated

over 8 years ago

docker pull conmio/serverless