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
Problem:
I'm going to implement the next scenario. When a new file uploaded to S3 bucket it should be checked by AV. S3 event notifications can send messages to a SQS notification queue, but format of a message is different than mousetrap expected.
Suggested solution::
Add extra validation for message what expected S3 message pattern: "eventSource": "aws:s3"
Problem:
I'm going to implement the next scenario. When a new file uploaded to S3 bucket it should be checked by AV. S3 event notifications can send messages to a SQS notification queue, but format of a message is different than mousetrap expected.
Suggested solution::
Add extra validation for message what expected S3 message pattern:
"eventSource": "aws:s3"
Example of S3 message:
The text was updated successfully, but these errors were encountered: