Skip to content

how to connect s3 object notification to sns via sqs to trigger other service?

0

I am looking for a simple example , where an s3 object notification is hooked up to either SNS or SQS , such that it can ultimately trigger some data processing job. I am aware that s3 object notification can trigger a lambda directly but , i will probably need to set up something that can run longer that lambda's 15 minute period.

also ,i have never used sqs before, but i understand this is a queue service , such that an events sent to this queue are preserved , until they are processed.

any blog/example that utilizes s3 -> sqs -> sns -> to other aws service will work for me

1 Answer
1

Here are two documents which would exactly walk you through the steps, that you are looking for:

If you want to send s3 object notification to SNS and then SQS, then follow this one:

Hope you find this helpful, comment here if you have additional questions.

Happy to help.

Abhishek

AWS
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.