Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 251 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 251 Bytes

To run tests

  1. Make sure you have installed Jest
  2. Run npm test

To deploy

  1. Make sure you have configured aws cli
  2. Change the value for Lambda function name in the config.function property of the package.json
  3. Run npm run deploy