How to implement lambda authorizer? #366
Unanswered
coolaqua23
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to use lambda to authorize requests to AppSync. Our setup is client->Gloo->AWS(AppSync). Gloo gets JWT token and mints an id claim and that is good for initial connection call. But once connection is established, Gloo has not access to the messages that are sent over the web socket connection. How do we send id claim in the subsequent messages?
Beta Was this translation helpful? Give feedback.
All reactions