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 a58542c commit 373ca56Copy full SHA for 373ca56
metering/serverless.yml
@@ -53,11 +53,11 @@ functions:
53
- http:
54
path: /usage/freecalls
55
method: get
56
-# authorizer:
57
-# name: user-authorizer
58
-# type: COGNITO_USER_POOLS
59
-# arn: ${file(./config.${self:provider.stage}.json):AUTHORIZER}
60
-# identitySource: method.request.header.Authorization
+ # authorizer:
+ # name: user-authorizer
+ # type: COGNITO_USER_POOLS
+ # arn: ${file(./config.${self:provider.stage}.json):AUTHORIZER}
+ # identitySource: method.request.header.Authorization
61
cors:
62
origin: ${self:custom.origin.${self:provider.stage}}
63
headers:
0 commit comments