We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b9af1 commit 70b80eeCopy full SHA for 70b80ee
metering/serverless.yml
@@ -84,10 +84,10 @@ functions:
84
- http:
85
path: /usage/freecalls
86
method: get
87
-# authorizer:
88
-# type: request
89
-# arn: ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
90
-# identitySource: ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
+ authorizer:
+ type: request
+ arn: ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
+ identitySource: ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
91
# name: freecall_authorizer
92
# resultTtlInSeconds: 100
93
cors:
0 commit comments