Skip to content

Instantly share code, notes, and snippets.

@dsandor
Created February 26, 2020 14:43
Show Gist options
  • Select an option

  • Save dsandor/7b93e2ce28fecbb6d8236181d21047a8 to your computer and use it in GitHub Desktop.

Select an option

Save dsandor/7b93e2ce28fecbb6d8236181d21047a8 to your computer and use it in GitHub Desktop.
RequestAuthorizerFunction:
Type: AWS::Serverless::Function
Properties:
Policies:
- AWSLambdaVPCAccessExecutionRole
CodeUri: ./
Handler: index.authorizerHandler
Runtime: nodejs12.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment