Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/service_status/cryptography…
Browse files Browse the repository at this point in the history
…-3.2
  • Loading branch information
prashantramangupta authored Nov 19, 2020
2 parents 802c6a3 + cff812e commit f0af074
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contract_api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,11 @@ functions:
events:
- http:
method: POST
authorizer:
type: request
arn: ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
identitySource: ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
name: update_consume_balance_authorizer
# authorizer:
# type: request
# arn: ${file(./config.${self:provider.stage}.json):SIGN_AUTHORIZER}
# identitySource: ${file(./config.${self:provider.stage}.json):SIGN_HEADERS}
# name: update_consume_balance_authorizer
path: /channel/{channel_id}/balance
cors:
origin: ${file(./config.${self:provider.stage}.json):ORIGIN}
Expand Down

0 comments on commit f0af074

Please sign in to comment.