Releases: diodonfrost/terraform-aws-lambda-scheduler-stop-start
Releases · diodonfrost/terraform-aws-lambda-scheduler-stop-start
2.5.0
Added
- kms support
2.4.0
Added
- Use Python type hint
Changed
- Refactoring Python import
- Move Python aws exception in dedicated function
- Increase waiting time during end-to-end tests
2.3.0
Added
- Multi aws regions support
- Python integration tests
2.2.1
Changed
- Refactoring Python unit tests
2.2.0
Added
- Python unit tests
- Aws region specification
2.1.5
Changed
- Improve rds error catching
2.1.4
Changed
- Fix autoscaling scheduler when autoscaling list are empty
2.1.3
Changed
- Use new python class style
- Optimize integration tests
2.1.2
Changed
- Optimize python code with yield
2.1.1
Changed
- Use poo style on python code