Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/thibmaek/cloud-fns
- Owner: thibmaek
- License: unlicense
- Created: 2018-10-30T19:53:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T14:47:08.000Z (about 2 years ago)
- Last Synced: 2024-12-25T00:37:11.599Z (about 1 month ago)
- Topics: aws-lambda, cloud-fn, cloud-function, cloudfns, contentful, discogs, faas, serverless, serverless-framework, twitter, vrt
- Language: TypeScript
- Homepage:
- Size: 588 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```