Skip to content

Instantly share code, notes, and snippets.

@justindra
Last active January 20, 2021 03:45
Show Gist options
  • Save justindra/097f7403f4d192e949b96456179cdfd1 to your computer and use it in GitHub Desktop.
Save justindra/097f7403f4d192e949b96456179cdfd1 to your computer and use it in GitHub Desktop.
Auth0-Authorizer
# other-service
functions:
testAuthorizer:
handler: src/test-auth.main
events:
- http:
path: test/auth
method: get
authorizer:
arn: ${cf:auth-service-${self:provider.stage}.TokenAuthorizerArn}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment