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: 100
58
+ # resultTtlInSeconds: 100
59
59
cors :
60
60
origin : ${self:custom.origin.${self:provider.stage}}
61
61
headers :
@@ -86,7 +86,7 @@ functions:
86
86
arn : ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
87
87
identitySource : ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
88
88
name : freecall_authorizer
89
- # resultTtlInSeconds: 100
89
+ # resultTtlInSeconds: 100
90
90
cors :
91
91
origin : ${self:custom.origin.${self:provider.stage}}
92
92
headers :
@@ -116,7 +116,7 @@ functions:
116
116
arn : ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
117
117
identitySource : ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
118
118
name : usage_authorizer
119
- # resultTtlInSeconds: 100
119
+ # resultTtlInSeconds: 100
120
120
cors :
121
121
origin : ${self:custom.origin.${self:provider.stage}}
122
122
headers :
You can’t perform that action at this time.
0 commit comments