Skip to content

Commit 5831414

Browse files
authored
Merge pull request #2 from pangolin-do-golang/infra
Infra
2 parents 99549fd + 4bf3341 commit 5831414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agw/apw.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ module "api_gateway" {
3131
authorizers = {
3232
"lambda" = {
3333
authorizer_type = "REQUEST"
34-
enable_simple_responses = true
3534
identity_sources = ["$request.header.Authorization"]
3635
name = "lambda-auth"
3736
authorizer_uri = var.lambda_auth
38-
authorizer_payload_format_version = "2.0"
37+
enable_simple_responses = false
38+
authorizer_payload_format_version = "1.0"
3939
}
4040
}
4141

0 commit comments

Comments
 (0)