AWS Lambda function designed to persist inputs and exceptions that occur during AWS Step Function executions.
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