Event driven processing can be achieved for both streaming and batch data sources. This repo aims to explain the concepts from a practical standpoint.
- [Serverless.com]
- [AWS Services]
- [Lambda]
- [S3]
- [Event Bridge]
- [Cloudformation]
- [Cloud Watch]
- [Tracing: XRay]
- [Serverless]
- [Messaging vs Streaming]
- [Poll vs Push]
- [Event driven architectures]
- [Idempotency]
- [ACID]
- [Data lake and Lake house]
To deploy
sls deploy --stage dev --aws-profile training To Remove / delete
sls remove --stage dev --aws-profile training