/juquinha

Primary LanguageJavaScript

Juquinha

This is a very opinionated way of microservicing with a full serverless approach, featuring Serverless Framework, JavaScript and AWS.

Setup

$ npm run bootstrap

First deploy

$ npm run deploy:init

Deploy options

Full

$ npm run deploy

Resources only

$ npm run deploy:resources

API only

$ npm run deploy:api

Use lerna to deploy more specific scopes

  • lerna users package.json names property to filter the scope
  • use --no-bail to prevent process from exiting before all the jobs are finished
$ lerna exec --no-bail --scope sls-my-specific-scope-* sls deploy