You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tomoyamachi ,
Sorry to reply you this late as we didn't get the notification properly.
The message attributes is currently not supported and we will document this feature request. To workaround this for now, you could write a Lambda function to filter the events first and send to another SNS topic that has the email subscription.
@felipecosta09 Depends on what you want to discuss. Or you simply want to group all feature requests? If it's the later, I don't have a preference. We should accept all ways of reporting the requests and as long as PM is aware, or had been aware 😂.
I want to use the SNS filter policy to send an email when the scanner finds malware.
https://docs.amazonaws.cn/en_us/sns/latest/dg/sns-subscription-filter-policies.html
Is it possible to add some MessageAttributes when publishing to SNS, which is used by the lambda function to tag s3 buckets?
examples:
I checked
aws-python-email-notification
, but this script needs to activate AWS SES and Lambda.https://github.com/trendmicro/cloudone-filestorage-plugins/tree/master/post-scan-actions/aws-python-email-notification
The text was updated successfully, but these errors were encountered: