How to Trigger a Lambda Function From Another Lambda Function Using an AWS EventBridge Event Bus
It’s a quite common scenario to need to trigger a lambda function from another lambda function. This might be because you need to trigger another action to occur unrelated to your original function or it could be to split up the processing of some da...
conermurphy.hashnode.dev11 min read