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

https://github.com/kaykaul/serverless-es6-template


https://github.com/kaykaul/serverless-es6-template

es6 serverless serverless-framework template

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

          

### About
Serverless framework es6 template

### Requirements
1. serverless framework installed.
2. Node

### Guide
1. serverless services are to be created under `src/services/`
2. Run `yarn install`.
3. Run `npm run build` to transpile es6 and copy other files under `src` to `bin`.
4. Run `npm run deploy` to deploy all the serverless services.