To install all the dependencies of the project, cd into the home directory and execute the following command,
yarn
To run all unit tests, execute the following command from a terminal,
yarn test
The test report will be generated in the test-reports
folder.
To run lint on the whole project, execute the following command from a terminal,
yarn lint
In order to deploy the example, you need to run the following command:
sls deploy --stage "poc" --region "us-west-2"