aws-samples/amazon-guardduty-to-slack

Is there any way to test this setup

akshaykrjain opened this issue · 2 comments

I have successfully deployed this stack in our test account but before I do the same in prod i would like to perform a test.

How can I do that?

How to generate fake GuardDuty alerts or trigger this lambda manually?

Yes, if you go to GuardDuty settings ( eg; https://us-west-2.console.aws.amazon.com/guardduty/home?region=us-east-1#/settings ) and click the Generate sample findings button, it should create a slew of findings in your account, and this Lambda function should alert of the generated events.

Make sure that you have a CloudTrail trail enabled first.

This issue should be closed.