Created
September 22, 2022 09:04
-
-
Save nidhi-canopas/420d273c55b349dd60bc960ca28a8bde to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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