Releases: diodonfrost/terraform-aws-lambda-scheduler-stop-start
Releases · diodonfrost/terraform-aws-lambda-scheduler-stop-start
2.1.0
Added
- Custom IAM role
2.0.0
Changed
- Terraform 0.12 support
- Refactoring list resources function
1.9.0
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
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
- Don't shutdown instance when autoscaling scheduler is empty
1.7.1
- Add tests for spot instance scheduler
- Update test directory structure
- Add parallel testing
- Improve catching error in autoscaling scheduler
1.7.0
- Spot instance support
- Update Terraform examples
- Update README.md
- Test ec2 and autoscaling scheduler with Terratest
- Removing Gemfile
1.6.1
- Add outputs in Terraform examples
- Change Lambda outputs name
1.6.0
- Refactoring Python exception handler
- Enable lambda cloudwatch logs
- Update Terraform rds example
- Linting Python main.yml
1.5.0
- Power-off instances instead of terminating with autoscaling scheduler
- Use aws region eu-west-1 with Terraform examples