v2.8.0 - 2019-12-21
- Added lambda description and improved Lambda IAM policy for KMS (#56)
v2.7.0 - 2019-12-20
- Updated CHANGELOG
- Added support for multiline messages (#55)
v2.6.0 - 2019-12-20
v2.5.0 - 2019-12-20
- Updated CHANGELOG
- Updated formatting
- use 0.12 syntax for depends_on (#51)
v2.4.0 - 2019-12-10
- Updated CHANGELOG
- Use urllib.parse.quote for the alarm name (#35)
- Updated simple example a bit
- Updated CHANGELOG
- Create AWS Cloudwatch log group and give explicit access to it (#40)
- Updated CHANGELOG
- Added support for reserved_concurrent_executions
- Updated CHANGELOG
- Updated docs, python3.7
- Add support for resource tagging (#45)
- Updated CHANGELOG
- Upgraded module to support Terraform 0.12 (#36)
v1.14.0 - 2019-11-08
- Updated CHANGELOG
- Added CHANGELOG
- Updated pre-commit hooks
- Reduce scope of IAM Policy for CloudWatch Logs (#44)
v2.3.0 - 2019-11-08
- Updated CHANGELOG
- Create AWS Cloudwatch log group and give explicit access to it (#40)
v2.2.0 - 2019-11-08
- Updated CHANGELOG
- Added support for reserved_concurrent_executions
v2.1.0 - 2019-11-08
- Updated CHANGELOG
- Updated docs, python3.7
- Add support for resource tagging (#45)
v2.0.0 - 2019-06-12
- Updated CHANGELOG
- Upgraded module to support Terraform 0.12 (#36)
v1.13.0 - 2019-02-22
- need to convert from json string to dict when extracting message from event (#30)
v1.12.0 - 2019-02-21
- Pass the subject ot default_notification (#29)
v1.11.0 - 2018-12-28
- No longer parsing the SNS event as incoming JSON (#23)
v1.10.0 - 2018-08-20
- Fixed bug which causes apply failure when create = false (#19)
v1.9.0 - 2018-06-21
v1.8.0 - 2018-06-20
- include short alarm name in slack notification text (#14)
v1.7.0 - 2018-06-20
- Renamed enable to create, minor fixes after #15
- Add flag to enable/disable creation of resources (#15)
v1.6.0 - 2018-06-19
- Fixed formatting
- Fix Lambda path in shared state (#17)
- Fixed spelling a bit
- Cirumvent TF's path.module limitation for lambda filenames
- Cirumvent TF's path.module limitation for lambda filenames
- Cirumvent TF's path.module limitation for lambda filenames
v1.5.0 - 2018-06-06
- Fixed formatting (ran 'pre-commit run -a')
- Add in slack emoji support (#11)
- Update comments in examples/ about aws_kms_ciphertext (#12)
v1.4.0 - 2018-06-05
- Ignore
last_modified
timestamp deciding whether to do an update (#9) - Updated formatting in examples
v1.3.0 - 2018-05-29
- Ignore changes in filename (fixed #6)
v1.2.0 - 2018-05-16
- Added pre-commit hook to autogenerate terraform-docs (#7)
v1.1.0 - 2018-03-22
- Feature/lambda function name variable (#5)
v1.0.1 - 2018-02-22
- Fix mismatch in alarm state labels and values (#4)
v1.0.0 - 2018-02-15
- Added better code, examples, docs (#2)
- Merge pull request #1 from nazartm/cloudwatch-event
- Add encrypted webhook URL example
- Fix decryption of webhook URL
- Update readme
- Add basic example
- Make KMS optional
- Add README description
- Add preliminary cloudwatch event handling lambda
- Initial commit