File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ functions:
55
55
arn : ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
56
56
identitySource : ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
57
57
name : verify_authorizer
58
- resultTtlInSeconds : 0
58
+ resultTtlInSeconds : 100
59
59
cors :
60
60
origin : ${self:custom.origin.${self:provider.stage}}
61
61
headers :
@@ -89,7 +89,7 @@ functions:
89
89
arn : ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
90
90
identitySource : ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
91
91
name : freecall_authorizer
92
- resultTtlInSeconds : 0
92
+ resultTtlInSeconds : 100
93
93
cors :
94
94
origin : ${self:custom.origin.${self:provider.stage}}
95
95
headers :
@@ -122,7 +122,7 @@ functions:
122
122
arn : ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
123
123
identitySource : ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
124
124
name : usage_authorizer
125
- resultTtlInSeconds : 0
125
+ resultTtlInSeconds : 100
126
126
cors :
127
127
origin : ${self:custom.origin.${self:provider.stage}}
128
128
headers :
You can’t perform that action at this time.
0 commit comments