- Add parameter `logs_expiration` to `syndicate_aliases.yml` and `lambda_config.json`. The default value is set to "30 days". To ensure the logs expire after 10 years, set the value to: `logs_expiration: 0`.
1.9.9
- Fix dynamodb table capacity mode recognition during update
1.9.8
- Add last exception raise in `connection/helper.py:retry()`
1.9.7
- Changed required type for attribute `resources_requirements` from dict to list in `batch_jobdef_validator.py`
1.9.6
- Fixed an issue related to lambda generation with a name that contains underscores