Releases: robertpeteuil/terraform-aws-sns-to-cloudwatch-logs-lambda
Releases · robertpeteuil/terraform-aws-sns-to-cloudwatch-logs-lambda
3.0.1
3.0.0
Breaking Change
- removed
provider
block from module to enable Terraform 0.13 module features- required to allow use of new modules arguments
for_each
,count
, anddepends_on
var.aws_region
removed as only used in provider block
- required to allow use of new modules arguments
Enhancements
- add
required_providers
section toterraform
block, specifies min ver for aws provider
Bug Fix
- fix error that could occur if
create_warmer_event
set tofalse
2.0.1
README Improvements
Add TF version compatibility info
2.0.0
Terraform 0.12 Release
- updated for HCL2, requires Terraform >= 0.12
- uses AWS provider >= 2.12
1.0.1
constrain AWS provider to versions >= 2.0
1.0.0
Major Release
- Moved all Python dependencies to Lambda Layers
- Python function editable in repository and in Lambda UI
- Default Python version switched to 3.6
- Add optional dynamically calculated function name based on topic and Cloudwatch Group/Stream
- Optionally create custom Lambda Layer zip using build-lambda-layer-python
- Enables adding/changing dependencies
- Enables compiling for different version of Python
- Add new variable
lambda_runtime
0.2.6
Add ability to assign tags to created lambda function using new map variable lambda_tags
0.2.5
Refinement
0.2.4
Update README.md
0.2.3
update README