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
We are currently working on an environment where we want multiple lambdas to listen to the s3 event OBJECT_CREATED. Currently, the Scan lambda function completely takes over S3 events.
Proposing Solution:
Allow S3 event to trigger SNS topic and multiple lambdas can listen to that SNS including Scan lambda function.
The text was updated successfully, but these errors were encountered:
Hi
We are currently working on an environment where we want multiple lambdas to listen to the s3 event
OBJECT_CREATED
. Currently, the Scan lambda function completely takes over S3 events.Proposing Solution:
Allow S3 event to trigger SNS topic and multiple lambdas can listen to that SNS including Scan lambda function.
The text was updated successfully, but these errors were encountered: