Skip to content

Instantly share code, notes, and snippets.

@georgmao
Created January 21, 2020 17:10
Show Gist options
  • Save georgmao/29034b42da8b1d58452c86925adc49bb to your computer and use it in GitHub Desktop.
Save georgmao/29034b42da8b1d58452c86925adc49bb to your computer and use it in GitHub Desktop.
ApiGatewayApi:
Type: AWS::Serverless::Api
Properties:
StageName: Prod
DefinitionBody:
'Fn::Transform':
Name: 'AWS::Include'
# Replace <bucket> with your bucket name
Parameters:
Location: s3://<bucket>/swagger.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment