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 3bd0a61 commit 0c15a0bCopy full SHA for 0c15a0b
metering/serverless.yml
@@ -54,6 +54,8 @@ functions:
54
type: request
55
arn: ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
56
identitySource: ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
57
+# name: verify_authorizer
58
+# resultTtlInSeconds: 100
59
cors:
60
origin: ${self:custom.origin.${self:provider.stage}}
61
headers:
0 commit comments