File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +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 : 0
57
59
cors :
58
60
origin : ${self:custom.origin.${self:provider.stage}}
59
61
headers :
@@ -86,6 +88,8 @@ functions:
86
88
type : request
87
89
arn : ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
88
90
identitySource : ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
91
+ name : freecall_authorizer
92
+ resultTtlInSeconds : 0
89
93
cors :
90
94
origin : ${self:custom.origin.${self:provider.stage}}
91
95
headers :
@@ -117,6 +121,8 @@ functions:
117
121
type : request
118
122
arn : ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
119
123
identitySource : ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
124
+ name : usage_authorizer
125
+ resultTtlInSeconds : 0
120
126
cors :
121
127
origin : ${self:custom.origin.${self:provider.stage}}
122
128
headers :
You can’t perform that action at this time.
0 commit comments