Skip to content

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

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

2.1.0

12 Sep 21:34
b91c9a5
Compare
Choose a tag to compare

Added

  • Custom IAM role

2.0.0

12 Sep 19:39
026d973
Compare
Choose a tag to compare

Changed

  • Terraform 0.12 support
  • Refactoring list resources function

1.9.0

09 Aug 22:09
72a5712
Compare
Choose a tag to compare

Added

  • Force utf-8 encoding

Changed

  • Refactoring whole Python code
  • Set Flake8 max-complexity to 10 instead of 20
  • Change waiting delay in integration tests

1.8.0

03 Aug 12:19
a3ea11d
Compare
Choose a tag to compare

Added

  • Test Python code with Tox
  • Test Python code with travis-ci
  • Test Terraform code with terraform fmt command

Changed

  • Flake8 codestyle convention
  • Black formating
  • Pylint refactoring

1.7.2

10 Jul 11:49
48360fb
Compare
Choose a tag to compare
  • Don't shutdown instance when autoscaling scheduler is empty

1.7.1

29 Jun 21:28
d41ef2a
Compare
Choose a tag to compare
  • Add tests for spot instance scheduler
  • Update test directory structure
  • Add parallel testing
  • Improve catching error in autoscaling scheduler

1.7.0

29 Jun 11:10
496349d
Compare
Choose a tag to compare
  • Spot instance support
  • Update Terraform examples
  • Update README.md
  • Test ec2 and autoscaling scheduler with Terratest
  • Removing Gemfile