In this video, I will walk you through then deploy and demo "The Destined Lambda" pattern from cdkpatterns.com.
This pattern uses AWS CDK to deploy a Lambda function with Destinations configured to send events to EventBridge. Using Destinations allows you to have no EventBridge logic inside your Lambda so not only are you decoupled by building event driven architectures but your lambda is decoupled from the implementation!
GitHub Repo:
https://github.com/cdk-patterns/serverless/tree/master/the-destined-lambda
To Clone Now:
npx cdkp init the-destined-lambda
Download
0 formats
No download links available.
Deconstructing "The Destined Lambda" Serverless Architecture Pattern | NatokHD