Examples of event driven architecture on AWS leveraging the aws-lambda-stream library.
Meant to act as standalone examples, not as components. As such, you'll see certain common components like the event bus duplicated across the examples.
- These examples depend on the aws-lambda-stream AWS SDK v3 upgrade. This work has not yet been completed. *
- Common event bus
- Common event bus
- DDB table
- Rest endpoint
- Trigger function
- SQS channel
- Downstream listener function
- Common event bus
- DDB table
- Cognito user pool
- Rest endpoint
- Cognito api gateway authorizer
- Trigger function
Example Connector Test
Test project. Custom flavors for testing all the connector functionality in aws-lambda-stream. No other functional purpose.