← Back to list

[AWS-S3] Event notifications set-up

Step 1: Set Up S3 Bucket

Summer · 2025-03-02 10:12 · 0 claps · 1.8 min read
#sqs #s3 #aws #s3-event-notification
Open on Medium ↗
Wiki topics: ☁️ · DevOps & Cloud

[AWS-S3] Event notifications set-up

https://aws.plainenglish.io/system-design-s3-events-to-lambda-vs-s3-events-to-sqs-sns-to-lambda-2d41477d1cc9

https://aws.plainenglish.io/system-design-s3-events-to-lambda-vs-s3-events-to-sqs-sns-to-lambda-2d41477d1cc9

Step 1: Set Up S3 Bucket

  1. Create an S3 bucket to store your files.
  2. Configure event notifications for the bucket to trigger on object creation events.

Step 2: Create SNS Topic

  1. Create an SNS topic to receive events from S3.
  2. Configure the S3 bucket to send notifications to this SNS topic.

Step 3: Set Up SQS Queue

  1. Create an SQS queue to buffer messages from SNS.
  2. Subscribe the SQS queue to the SNS topic.

3.1 Queue creation

3.2 We need to change the Queue policy in order to send messages.

3.3 Test polling

3.4 Upload your object in S3

3.5 After uploading an object in S3


메타데이터
post_id
d6023b0f4e2e
slug
aws-s3-event-notifications-set-up-d6023b0f4e2e
url
https://medium.com/@summer12126/aws-s3-event-notifications-set-up-d6023b0f4e2e
canonical_url
https://medium.com/@summer12126/aws-s3-event-notifications-set-up-d6023b0f4e2e
author_url
https://medium.com/@summer12126
status
ok
fetched_at
2026-07-19 08:13:45