- Deal with the changes in NPM since the last update, particularly local packages now installing as symlinks rather than being copied into place.
- Rename and export Grunt tasks.
- Update documentation, add an overview diagram.
- Minor configuration validation improvement.
- Improve configuration validation.
- Expand unit test converage.
- Add option to delete old CloudWatch log groups on deployment.
- Make deployment options for stack deletion more granular.
VisibilityTimeoutcannot be 0 in thedecrementConcurrencyCountfunction, as this can cause message deletion to fail silently.
- Alter increment/decrement error behavior in invoker to match coordinator.
- Fix concurrency decrement for the case in which no message is found.
- Upload
config.jsalongside the other deployment files. Helpful to keep a record. - The first coordinator instances following deployment upload
confirm.txton success. - Deployment waits for
confirm.txtto exist.
- Add a maximum concurrency limit for
eventFromMessagecomponents. - Allow multiple concurrent coordinator instances.
- Improve documentation.
- Initial release.