Skip to content

Instantly share code, notes, and snippets.

@nidhi-canopas
Created September 22, 2022 06:48
Show Gist options
  • Select an option

  • Save nidhi-canopas/6fbf352e0a14adf002121cb76220b309 to your computer and use it in GitHub Desktop.

Select an option

Save nidhi-canopas/6fbf352e0a14adf002121cb76220b309 to your computer and use it in GitHub Desktop.
Resources:
ApiGateway:
Type: AWS::ApiGateway::RestApi
Properties:
Description: test API Gateway
EndpointConfiguration:
Types:
- REGIONAL
BinaryMediaTypes: ['*/*']
DisableExecuteApiEndpoint: false
MinimumCompressionSize: 100
Name: test-API
Outputs:
ApiGatewayInvokeURL:
Value: !Sub https://${ApiGateway}.execute-api.${AWS::Region}.amazonaws.com/${ApiGatewayStageName}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment