statemachine logs for a specific execution can be easily queried in cloudwatch via the execution_arn
field in the log events.
However how can i find out which logs/logstreams of the LAMBDA functions correspond to which statemachine execution? I haven't found any connection so far. Ideally i would have expected to find an execution_arn
field also in the lambda logs when called from stepfunctions.