Uses events to decouple an application’s components
Sample usecase:
- Event producer: AWS S3 bucket
- Event ingestion: AWS SNS
- Event stream: AWS SQS
- Event consumer: AWS lambda
This repo contains SNS access policy, SQS access policy, SNS subscription filter policy and IAM lambda policies used in this implementation.