Skip to content

Commit 6eaef2a

Browse files
committed
Turn off caching of API gateway authorizers
1 parent 6ce2986 commit 6eaef2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/openapi/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15117,7 +15117,7 @@
1511715117
"authorizerUri" : "${service_authorizer_lambda_arn}",
1511815118
"authorizerPayloadFormatVersion" : "1.0",
1511915119
"identitySource" : "method.request.header.authorization, method.request.header.submissionid",
15120-
"authorizerResultTtlInSeconds" : "300"
15120+
"authorizerResultTtlInSeconds" : "0"
1512115121
}
1512215122
},
1512315123
"OIDC_Authorizer": {
@@ -15131,7 +15131,7 @@
1513115131
"authorizerUri" : "${oidc_authorizer_lambda_arn}",
1513215132
"authorizerPayloadFormatVersion" : "1.0",
1513315133
"identitySource" : "method.request.header.authorization",
15134-
"authorizerResultTtlInSeconds" : "300"
15134+
"authorizerResultTtlInSeconds" : "0"
1513515135
}
1513615136
}
1513715137
},

0 commit comments

Comments
 (0)