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 @@ -54,7 +54,7 @@ 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
57
+ name : verify_authorizer
58
58
# resultTtlInSeconds: 100
59
59
cors :
60
60
origin : ${self:custom.origin.${self:provider.stage}}
@@ -88,7 +88,7 @@ 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
91
+ name : freecall_authorizer
92
92
# resultTtlInSeconds: 100
93
93
cors :
94
94
origin : ${self:custom.origin.${self:provider.stage}}
@@ -121,7 +121,7 @@ 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
124
+ name : usage_authorizer
125
125
# resultTtlInSeconds: 100
126
126
cors :
127
127
origin : ${self:custom.origin.${self:provider.stage}}
You can’t perform that action at this time.
0 commit comments