Ashishkumar Pandey
02/16/2022, 5:06 AMcustomDomain: {
domainName: `${stageSubDomain}.${process.env.HOSTED_ZONE_NAME}`,
hostedZone: hostedZone,
path: process.env.API_VERSION, // this is 'v2'
}
I’m now trying to create another HTTP API in the same stack with the custom domain path set to ‘v3’ for versioning sake but this fails and errors out with this message :-
<http://abc.pqr.xyz|abc.pqr.xyz> already exists in stack arn:aws:cloudformation:region:xxx:stack/dev-api-v2-media-stack/xxxxxx
Is there a way to achieve path level versioning with route53 custom domains with HTTP APIs?Ashishkumar Pandey
02/16/2022, 5:24 AMFrank
Derek Kershner
02/16/2022, 3:54 PMAshishkumar Pandey
02/16/2022, 3:56 PMDerek Kershner
02/16/2022, 3:57 PMAshishkumar Pandey
02/16/2022, 3:57 PM