Skip to content

Commit 2be6970

Browse files
Restyled by prettier-yaml
1 parent def5222 commit 2be6970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

metering/serverless.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ functions:
5555
arn: ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
5656
identitySource: ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
5757
name: verify_authorizer
58-
# resultTtlInSeconds: 100
58+
# resultTtlInSeconds: 100
5959
cors:
6060
origin: ${self:custom.origin.${self:provider.stage}}
6161
headers:
@@ -86,7 +86,7 @@ functions:
8686
arn: ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
8787
identitySource: ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
8888
name: freecall_authorizer
89-
# resultTtlInSeconds: 100
89+
# resultTtlInSeconds: 100
9090
cors:
9191
origin: ${self:custom.origin.${self:provider.stage}}
9292
headers:
@@ -116,7 +116,7 @@ functions:
116116
arn: ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
117117
identitySource: ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
118118
name: usage_authorizer
119-
# resultTtlInSeconds: 100
119+
# resultTtlInSeconds: 100
120120
cors:
121121
origin: ${self:custom.origin.${self:provider.stage}}
122122
headers:

0 commit comments

Comments
 (0)