Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thibmaek/cloud-fns

⚡️My collection of cloud functions. Single use awesomeness in the cloud!
https://github.com/thibmaek/cloud-fns

aws-lambda cloud-fn cloud-function cloudfns contentful discogs faas serverless serverless-framework twitter vrt

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://serverless.com/) and in JS

## Prereqs

```console
npm i -g serverless@latest
```

## Getting started

### Creating a new service

```console
$ sls create --template aws-nodejs-typescript
```

### Removing a service

```console
$ sls remove
$ sls remove --stage prod
```