Skip to content

Releases: UKHomeOffice/acp-tf-guardduty-notify-slack

v2.1.7 - multiple GuardDuty events per S3 object bug fix

29 Nov 12:10
9ea13bc
Compare
Choose a tag to compare

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

16 Jun 13:54
Compare
Choose a tag to compare
Lambda Python3.9

v2.0.0 - S3 Lambda and Alerts

16 Jun 13:30
d5a8548
Compare
Choose a tag to compare

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

14 Jan 15:58
91f8522
Compare
Choose a tag to compare

Upgrade for terraform v1

v1.1.0

14 Jan 15:56
adc421c
Compare
Choose a tag to compare

Upgrade for terraform 0.13

Release v1.0.0

10 Sep 10:45
a358b41
Compare
Choose a tag to compare

Breaking change

  • Updated to be compatible with Terraform version 0.12

v0.0.2

05 Jun 09:24
461f359
Compare
Choose a tag to compare

Fixes a bug when handling events that occurred in a different account

v0.0.1

13 May 10:21
a89eda9
Compare
Choose a tag to compare
Merge pull request #1 from UKHomeOffice/test

first commit