Juquinha
This is a very opinionated way of microservicing with a full serverless approach, featuring Serverless Framework, JavaScript and AWS.
$ npm run bootstrap
$ npm run deploy:init
$ npm run deploy
$ npm run deploy:resources
$ npm run deploy:api
- 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