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.
2 parents 99549fd + 4bf3341 commit 5831414Copy full SHA for 5831414
agw/apw.tf
@@ -31,11 +31,11 @@ module "api_gateway" {
31
authorizers = {
32
"lambda" = {
33
authorizer_type = "REQUEST"
34
- enable_simple_responses = true
35
identity_sources = ["$request.header.Authorization"]
36
name = "lambda-auth"
37
authorizer_uri = var.lambda_auth
38
- authorizer_payload_format_version = "2.0"
+ enable_simple_responses = false
+ authorizer_payload_format_version = "1.0"
39
}
40
41
0 commit comments