Skip to content

thibmaek/cloud-fns

Repository files navigation

cloud-fns

My collection of cloud functions. Single use awesomeness in the cloud!

Check out the subfolders in this directory. Most of these created with Serverless and in JS

Prereqs

npm i -g serverless@latest

Getting started

Creating a new service

$ sls create --template aws-nodejs-typescript

Removing a service

$ sls remove
$ sls remove --stage prod