Skip to content

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

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

1.6.1

21 Jun 21:50
f5b2bb1
Compare
Choose a tag to compare
  • Add outputs in Terraform examples
  • Change Lambda outputs name

1.6.0

20 Jun 19:07
c080683
Compare
Choose a tag to compare
  • Refactoring Python exception handler
  • Enable lambda cloudwatch logs
  • Update Terraform rds example
  • Linting Python main.yml

1.5.0

31 May 15:08
d60a885
Compare
Choose a tag to compare
  • Power-off instances instead of terminating with autoscaling scheduler
  • Use aws region eu-west-1 with Terraform examples