I have a long running (usually seconds, but..) Web endpoint.
This endpoint should be triggered by AWS Lambda periodically.
In case I'll wait for response in Lambda (C# implementation) this will be counted as Lambda time and I'll be charged.
There is no chance to change the behavior of the endpoint.
I need to request endpoint with C# and do not wait for the response so the endpoint will be triggered, but Lambda execution will complete