Invoke cross account AWS Lambda function directly via Step function
AWS Step Functions → AWS Lambda
Create a Step function which invokes cross account Lambda function
This sample pattern allows users from one account to invoke their Lambda function present in a different account via Step function and retrieve the desired output.
This is highly efficient and useful when it comes to pulling cross account data all in one place.