Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.03 KB

File metadata and controls

29 lines (23 loc) · 1.03 KB

AWS Lambda Stream Examples

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. *

Examples

Event Hub

  • Common event bus

Encryption Envelope

  • Common event bus
  • DDB table
  • Rest endpoint
  • Trigger function
  • SQS channel
  • Downstream listener function

Example BFF

  • 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.