Created
January 21, 2020 17:10
-
-
Save georgmao/29034b42da8b1d58452c86925adc49bb to your computer and use it in GitHub Desktop.
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
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