multiple buckets --> different onResult Destinations.. #1013
mrpackethead
started this conversation in
General
Replies: 1 comment 1 reply
-
It is possible to parse the input S3 bucket with the information in the event. It would be possible to send the event to an EventBridge bus and have the appropriate lambda function trigger based on the contents of the event |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My situation is that i have a number of Buckets (all in the same account) which currently trigger lambda functions, using an event. There is a 1:1 mapping between bucket and function..
Id like to insert the scanner in-between the s3 and the Lambda.
Without creating multiple instances of clamscanner is there a way to map the output to different lambdas?
Beta Was this translation helpful? Give feedback.
All reactions