is there a way to obtain the date and timestamp when the request is received by Fn server before triggering the mapped function? It appears that HTTPGatewayContext.getInvocationContext().getRequestHeaders()
contain an attribute Fn-Deadline
, which seems to be request received (or start of function trigger) date and timestamp + timeout; I am hoping there is a simple way to obtain the date and timestamp when the request is received by Fn that I may have missed.
Asked
Active
Viewed 44 times
0

Trenton McKinney
- 56,955
- 33
- 144
- 158
-
You might add some tags, I assume this refers to the Fn serverless project? What language relates to the question? – Jared Farrish Oct 31 '19 at 21:08
-
Yes, it is related to Fn serverless project. I had added fn tag, is there another tag I should add? – Eric Shieh Oct 31 '19 at 22:57