v2.0.0 - 2019-06-12
- 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