Releases: UKHomeOffice/acp-tf-guardduty-notify-slack
Releases · UKHomeOffice/acp-tf-guardduty-notify-slack
v2.1.7 - multiple GuardDuty events per S3 object bug fix
This fixes a bug that if multiple GuardDuty events occur at the same time they can be put into a single s3 object, which would throw a json parsing exception as the events are seperated by newlines.
v2.1.0 - Python3.9
Lambda Python3.9
v2.0.0 - S3 Lambda and Alerts
Changes:
Works via S3 events on the GuardDuty bucket, so only one lambda needed and if other regions are added this module doesn’t need to be changed
Policies are restricted to the one KMS key and also only the S3 bucket
Cloudwatch alarms If there are errors in the lambda
v1.1.1
v1.1.0
Release v1.0.0
Breaking change
- Updated to be compatible with Terraform version 0.12
v0.0.2
v0.0.1
Merge pull request #1 from UKHomeOffice/test first commit