thibmaek / cloud-fns

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:The Unlicense


Languages

Language:TypeScript 90.0%Language:Python 10.0%