Closed mfolivas closed 6 years ago
Hey! Sorry, I'm not sure I understand your issue.
What happens when you just log context by itself (without using this library)? I can't think of anything that would change this.
This library doesn't manipulate the request context at all, so if context.requestTime
is missing, that is a Lambda/APIg issue. Please re-open if I can somehow help more on this but I think it's out of my control.
First, thanks for this library! I need to access some attributes from the API Gateway: the
context.requestId
andcontext. requestTime
. I was able to fetch the get therequestId
by using:However, I am not seeing the dates. I show al the context, and I got the following:
Now for the events, I was able to get:
Thanks for the help, and again...thanks for the library!