In the case of stac-tasks run as lambdas, the context object passed in to the handler includes the requestID for the invocation. Where we have this, we should include it in the logs emitted from the task so we can use it to search for all logs for a specific invocation via that request ID.
In the case of stac-tasks run as lambdas, the context object passed in to the handler includes the
requestIDfor the invocation. Where we have this, we should include it in the logs emitted from the task so we can use it to search for all logs for a specific invocation via that request ID.