Skip to content

Instantly share code, notes, and snippets.

@nidhi-canopas
Created September 22, 2022 09:04
Show Gist options
  • Save nidhi-canopas/420d273c55b349dd60bc960ca28a8bde to your computer and use it in GitHub Desktop.
Save nidhi-canopas/420d273c55b349dd60bc960ca28a8bde to your computer and use it in GitHub Desktop.
Resources:
ApiGatewayCustomDomainMapping:
Type: AWS::ApiGateway::BasePathMapping
DependsOn:
- ApiGatewayDeployment
Properties:
DomainName: !Ref CustomDomainName
RestApiId: !Ref ApiGateway
Stage: !Ref ApiGatewayStageName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment