Assume we have a calculateLambda
, this AWS Lambda function will be called by two step functions, like this:
sf1: start -> calculatelambda(logic1) -> end
sf2: start -> calculateLambda(logic2) -> end
To differentiate the Step Functions from the Lambda function, can we get the invoked Step Functions ARN inside of the Lambda function?