AWS API Gateway Custom Authorizer AuthorizerConfigurationException

前端 未结 4 380
天涯浪人
天涯浪人 2021-01-11 17:12

For a Kinesis stream, I created a proxy API using AWS API Gateway. I added a custom authorizer using python Lambda for the proxy. After publish of lambda function and deploy

4条回答
  •  迷失自我
    2021-01-11 18:15

    AuthorizerConfigurationException is usually an indication that API Gateway failed to call your authorizer due a permissions error.

    Please either make sure you've properly configured your function to be invoked by API Gateway. An easy to reset this is by removing and re-adding the function to your authorizer. The console will then prompt you to add the necessary permissions.

提交回复
热议问题