Skip to content

Releases: diodonfrost/terraform-aws-lambda-scheduler-stop-start

2.5.0

18 Feb 19:00
5090e21
Compare
Choose a tag to compare

Added

  • kms support

2.4.0

12 Feb 20:01
76d9dd6
Compare
Choose a tag to compare

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

26 Nov 07:57
e689718
Compare
Choose a tag to compare

Added

  • Multi aws regions support
  • Python integration tests

2.2.1

14 Nov 01:03
e1256f6
Compare
Choose a tag to compare

Changed

  • Refactoring Python unit tests

2.2.0

10 Nov 01:58
7f9e437
Compare
Choose a tag to compare

Added

  • Python unit tests
  • Aws region specification

2.1.5

17 Oct 18:11
6638147
Compare
Choose a tag to compare

Changed

  • Improve rds error catching

2.1.4

16 Oct 11:10
b95fe81
Compare
Choose a tag to compare

Changed

  • Fix autoscaling scheduler when autoscaling list are empty

2.1.3

13 Oct 20:18
d9e75e7
Compare
Choose a tag to compare

Changed

  • Use new python class style
  • Optimize integration tests

2.1.2

06 Oct 13:53
3eec777
Compare
Choose a tag to compare

Changed

  • Optimize python code with yield

2.1.1

29 Sep 14:35
221a827
Compare
Choose a tag to compare

Changed

  • Use poo style on python code