You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anything I'm missing that I should be doing when using cors with lambda cognito auth.
The endpoint works correctly when I disable Auth.
On API Gateway Console I can confirm the POST method has the authorizer attached and the OPTIONS method says NONE.
Open to suggestions.
Thanks.
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Hello.
Is there a definitive guide on how to setup SAM with cognito auth and cors.
I've tried multiple solutions and none have worked yet.
template
This is the cognito lambda
This is the test lambda
Lambda code
And on the Auth lambda I'm returning the headers in the policy trying to fix it, have done it with that and without.
Is there anything I'm missing that I should be doing when using cors with lambda cognito auth.
The endpoint works correctly when I disable Auth.
On API Gateway Console I can confirm the POST method has the authorizer attached and the OPTIONS method says NONE.
Open to suggestions.
Thanks.
The text was updated successfully, but these errors were encountered: