alexgelman / troubleshooting-chalice-demo

Example repo on how to debug and write integration tests for AWS Chalice applications
5 stars 0 forks source link

troubleshooting-chalice-demo

Example repo on how to debug and write integration tests for AWS Chalice applications.

Integration tests can be found under the tests folder.

Prerequisites

Getting started

  1. Clone the repository
  2. Run pipenv install --dev
  3. Execute the test using python -m pytest