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 0c15a0b commit a8b9af1Copy full SHA for a8b9af1
metering/serverless.yml
@@ -117,10 +117,10 @@ functions:
117
- http:
118
path: /usage
119
method: post
120
-# authorizer:
121
-# type: request
122
-# arn: ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
123
-# 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}
124
# name: usage_authorizer
125
# resultTtlInSeconds: 100
126
cors:
0 commit comments