The AWS Lambda service automatically scales StayWoke applications to support whatever volume of traffic we need to support. Our goal is to set up a base of standardized components that are built with extensive testing in order to assure stability and scalability.
User Interaction:
NPM Scripts:
Command | Description |
---|---|
npm test |
Runs npm run lint and npm run unit |
npm run test:lint |
Checks that code formatting meets standards requirements |
npm run test:unit |
Runs Unit Tests for each component and builds Code Coverage report |
npm run test:coverage |
Opens Code Coverage in Browser |
npm run deploy:production |
Runs npm run deploy:production:package and npm run deploy:production:release |
npm run deploy:production:package |
Prepares and Packages Lambdas for Deployment to Production |
npm run deploy:production:release |
Deploys Packaged Lambdas to Production |