Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 507 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 507 Bytes

Contributing

Publish a new release

  • Create a new release
  • Check This is a pre-release
  • A GitHub workflow will run and build the code and update the release.
  • Once the build is completed, publish the release.

Testing

If you'd like to test the app, you can configure the test events from the test/mocks folder in the AWS Lambda console, and test there.

Locally run the tests

yarn install
yarn test