- Add a feature in `syndicate update` command to update `logs_expiration` parameter in `cloudWatch` logs group. For setting `logs_expiration`, refer to `syndicate_aliases`.
1.10.1
- Change from `error` to `warning` if integer not provided in allowed values for `logs_expiration` values and set default to `30`.
1.10.0
- 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`