Skip to content

BasePathMapping

Source: src/AWS/ApiGateway/BasePathMapping.ts

Maps a custom domain name path to a REST API stage.

yield* ApiGateway.BasePathMapping("Root", {
domainName: domain.domainName,
restApiId: api.restApiId,
stage: stage.stageName,
});