BasePathMapping
Source:
src/AWS/ApiGateway/BasePathMapping.ts
Maps a custom domain name path to a REST API stage.
Custom domain
Section titled “Custom domain”yield* ApiGateway.BasePathMapping("Root", { domainName: domain.domainName, restApiId: api.restApiId, stage: stage.stageName,});