Skip to content

Instantly share code, notes, and snippets.

@georgmao
Last active January 21, 2020 15:04
Show Gist options
  • Save georgmao/d0531f1e3cb32c1ef41b7d4d5a9c31cb to your computer and use it in GitHub Desktop.
Save georgmao/d0531f1e3cb32c1ef41b7d4d5a9c31cb to your computer and use it in GitHub Desktop.
Dynamic Swagger Example
LambdaFunction:
Type: AWS::Serverless::Function
Properties:
# Replace <bucket> with your bucket name
CodeUri: s3://<bucket>/srcCode.zip
Handler: index.handler
Runtime: nodejs12.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment