Skip to content

An AWS scheduled pipeline: producer lambda > SQS > worker lambda > S3, with custom email notification with SNS

Notifications You must be signed in to change notification settings

shiraz-it/aws-timestamp-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

aws-timestamp-pipeline

An AWS scheduled pipeline for practice:

  1. EventBridge (CloudWatch Events) send scheduled event- a trigger every 3 minutes.

  2. A Poducer Lambda send message with timestampe to fifo SQS:

{ timestamp: "12.12.20 14:47:05" }

  1. The SQS triggering Worker Lambda which read the message, than store as json object in S3 bucket.

  2. If the message contain exact hour, an email notification sent to SNS.

About

An AWS scheduled pipeline: producer lambda > SQS > worker lambda > S3, with custom email notification with SNS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages