We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52c5bd commit 6031e96Copy full SHA for 6031e96
infrastructure/terraform/components/api/resources/spec.tmpl.json
@@ -10,7 +10,7 @@
10
"type": "request",
11
"authorizerUri": "arn:aws:apigateway:${AWS_REGION}:lambda:path/2015-03-31/functions/${AUTHORIZER_LAMBDA_ARN}/invocations",
12
"authorizerCredentials": "${APIG_EXECUTION_ROLE_ARN}",
13
- "identitySource": "method.request.header.HeaderAuth1",
+ "identitySource": "method.request.header.Authorization",
14
"authorizerResultTtlInSeconds": 300
15
}
16
0 commit comments