Lambda
AWS
EventBridge
How to Trigger a Lambda Function From Another Lambda Function Using an AWS EventBridge Event Bus
It’s a quite common to need to trigger a lambda function from another lambda and there's many ways to do it. But, today we'll explore how to do it with an AWS EventBridge event bus.
Read More