File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ functions:
54
54
type : request
55
55
arn : ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
56
56
identitySource : ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
57
- name : verify_authorizer
58
- resultTtlInSeconds : 100
57
+ # name: verify_authorizer
58
+ # resultTtlInSeconds: 100
59
59
cors :
60
60
origin : ${self:custom.origin.${self:provider.stage}}
61
61
headers :
@@ -88,8 +88,8 @@ functions:
88
88
type : request
89
89
arn : ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
90
90
identitySource : ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
91
- name : freecall_authorizer
92
- resultTtlInSeconds : 100
91
+ # name: freecall_authorizer
92
+ # resultTtlInSeconds: 100
93
93
cors :
94
94
origin : ${self:custom.origin.${self:provider.stage}}
95
95
headers :
@@ -121,8 +121,8 @@ functions:
121
121
type : request
122
122
arn : ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
123
123
identitySource : ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
124
- name : usage_authorizer
125
- resultTtlInSeconds : 100
124
+ # name: usage_authorizer
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