-
Hi, straight to the point: i can authenticate at the gateway using cognito, but the triggered lambda function does not contain identity information of the authenticated user. I already tried with different lambda functions (rust and nodejs) and the outcome is the same, so i guess it is some small detail in my stack definition that i just cannot find... Here is the culprit:
Any help appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The user identity can be found in the request_context, not lambda_context like this:
|
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
The user identity can be found in the request_context, not lambda_context like this: