Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

usgs/aqts-capture-error-handler

Repository files navigation

Aquarius Time Series (AQTS) Capture Error Handler

Build Status codecov

AWS Lambda function designed to persist inputs and exceptions that occur during AWS Step Function executions.

Unit Testing

Make sure you have python, pip, and venv installed, navigate to the project root directory and run the following commands:

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python -m unittest -v