aws-solutions / automated-security-response-on-aws

Automated Security Response on AWS is an add-on solution that works with AWS Security Hub to provide a ready-to-deploy architecture and a library of automated playbooks. The solution makes it easier for AWS Security Hub customers to resolve common security findings and to improve their security posture in AWS.
https://aws.amazon.com/solutions/implementations/aws-security-hub-automated-response-and-remediation/
Apache License 2.0
357 stars 101 forks source link

Print out the name of the SNS topic that a Notification is published to for clarity in the logs #183

Open thesuavehog opened 6 months ago

thesuavehog commented 6 months ago

Is your feature request related to a problem? Please describe.

When debugging issues with the solution, the logging is not identifying the SNS topic that is being used which makes it extra work to debug.

Describe the feature you'd like

When delivering a notification and logging the delivery success, include the SNS Topic that was used to send the message.

This happens in the sechub_findings.py script

tmekari commented 6 months ago

Hi Jeff, thank you for your contributions! We will take a look and consider this for our next release, thanks again for your input on enhancing the solution.