I have a worker that sits in front of some API endpoints to handle some business logic. The worker eventually forwards a JSON payload to the API endpoint via a queue.
TL;DR;
I want to append the invocation/request ID I see in the worker logs so I can better debug between CF and my API backend. Is this Request ID/Invocation ID accessible inside a worker? Thx in advance for the help.