Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 448 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 448 Bytes

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