Skip to content

Releases: robertpeteuil/terraform-aws-sns-to-cloudwatch-logs-lambda

3.0.1

10 Aug 00:14
8f3a305
Compare
Choose a tag to compare

Clarification on changes for Terraform 0.13

3.0.0

09 Aug 22:42
127fa60
Compare
Choose a tag to compare

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, and depends_on
    • var.aws_region removed as only used in provider block

Enhancements

  • add required_providers section to terraform block, specifies min ver for aws provider

Bug Fix

  • fix error that could occur if create_warmer_event set to false

2.0.1

16 Jun 15:55
fe354fc
Compare
Choose a tag to compare

README Improvements

Add TF version compatibility info

2.0.0

27 May 19:54
Compare
Choose a tag to compare

Terraform 0.12 Release

  • updated for HCL2, requires Terraform >= 0.12
  • uses AWS provider >= 2.12

1.0.1

13 Apr 00:15
Compare
Choose a tag to compare

constrain AWS provider to versions >= 2.0

1.0.0

31 Mar 00:35
Compare
Choose a tag to compare

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

15 Oct 00:48
Compare
Choose a tag to compare

Add ability to assign tags to created lambda function using new map variable lambda_tags

0.2.5

09 Oct 16:20
Compare
Choose a tag to compare

Refinement

0.2.4

20 Aug 22:38
d790600
Compare
Choose a tag to compare
Update README.md

0.2.3

01 Aug 14:52
a023452
Compare
Choose a tag to compare
update README