AWS Api Gateway Authorizer + Cognito User Pool Not Working {“message”: “Unauthorized”}

后端 未结 7 1054
挽巷
挽巷 2020-12-14 09:30

I am trying to use aws api gateway authorizer with cognito user pool. It is working fine when i test using aws api gateway console.

But when i try enabling the auth

相关标签:
7条回答
  • 2020-12-14 10:08

    Try below 3 steps (do not forget to deploy API) and try to send a request with POST man

    1. Cache

    1. Settings of Method Request

    1. Deploy API

    0 讨论(0)
提交回复
热议问题