Last active
January 20, 2021 03:45
-
-
Save justindra/097f7403f4d192e949b96456179cdfd1 to your computer and use it in GitHub Desktop.
Auth0-Authorizer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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