Skip to content

Instantly share code, notes, and snippets.

@chrismckinnel
Created June 12, 2019 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismckinnel/5f4029b13c3ede4b8bf7f99884f40e0e to your computer and use it in GitHub Desktop.
Save chrismckinnel/5f4029b13c3ede4b8bf7f99884f40e0e to your computer and use it in GitHub Desktop.
RedirectLambdaFunction:
Type: AWS::Serverless::Function
Properties:
CodeUri: lambdas/
FunctionName: !Ref RedirectLambdaName
Handler: RedirectLambda.handler
Role: !GetAtt RedirectLambdaFunctionRole.Arn
Runtime: nodejs10.x
AutoPublishAlias: live
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment