API Gateway returning 403 - Forbidden
问题 I have an API Gateway with an endpoint that is fulfilled by AWS Lambda proxy integration. I have also configured a custom authorizer for this endpoint. I am seeing an issue where the first request that I make to this endpoint is successful, but additional calls will fail; I get a 403 - Forbidden error. If I wait a while, I can make another request that succeeds but then I start seeing the same problem. Here's my code for the authorizer: const jwt = require('jsonwebtoken'); exports.authorizer