AWS API Gateway UnrecognizedClientException with Generated Javascript SDK
问题 I'm encountering a 403 status code with an UnrecognizedClientException in the x-amzn-errortype header of the response to my API Gateway GET Request using the generated Javascript SDK. The Resource being called utilizes IAM Auth which differentiates the users role based on their user group. Here is my API Client Initialize Function function initializeAPIClient(accessKey, secretKey, sessionToken){ var config = { region : region, accessKey : accessKey, secretKey : secretKey, sessionToken :