All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.2.0 - 2020-09-02
- Output payload is written to a new file on s3 (same name as input .json file except ends with _out.json instead) rather than back to the original location
- Issue where subsequent batch jobs run from failure will get the output payload as the input payload because the failure happens when shutting down the docker container, but after the output payload has overwritten the input payload on s3
v0.1.1 - 2020-07-30
- Explicit response from lambda handler copied back to s3, not modified input payload
v0.1.0 - 2020-07-01
Initial release