Releases: diodonfrost/terraform-aws-lambda-scheduler-stop-start
Releases · diodonfrost/terraform-aws-lambda-scheduler-stop-start
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
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