Skip to content

Implements a Fan-Out pattern using AWS. Utilizes an SNS Topic with two SQS subscribers, each triggering a dedicated Lambda function. The first Lambda function generates thumbnails for uploaded images (PNG, JPG, JPEG) and saves them to an S3 bucket. The second Lambda function records the metadata of image files in a DynamoDB table.

Notifications You must be signed in to change notification settings

harshpatel-0/messaging-SNS-SQS-fanout-pattern

Repository files navigation

messaging-SNS-SQS-fanout-pattern

Implements a Fan-Out pattern using AWS. Utilizes an SNS Topic with two SQS subscribers, each triggering a dedicated Lambda function. The first Lambda function generates thumbnails for uploaded images (PNG, JPG, JPEG) and saves them to an S3 bucket. The second Lambda function records the metadata of image files in a DynamoDB table.

About

Implements a Fan-Out pattern using AWS. Utilizes an SNS Topic with two SQS subscribers, each triggering a dedicated Lambda function. The first Lambda function generates thumbnails for uploaded images (PNG, JPG, JPEG) and saves them to an S3 bucket. The second Lambda function records the metadata of image files in a DynamoDB table.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages