Supriya N
05/27/2022, 7:51 PMFrank
How to configure Api’s custom domain when the root domain is in another AWS account?The best way is to delegate the subdomain to the child account. Here are the step https://serverless-stack.com/chapters/share-route-53-domains-across-aws-accounts.html#delegate-domains-across-aws-accounts This way, u don’t have to manually create the certificate and Route 53 records.
How to map multiple Apis to the same domain?In ur screenshot, the
Path
field is empty for both APIs. When it’s empty, you are mapping to the /
root path. You need to provide a root path for each Api.Supriya N
05/30/2022, 12:26 PMSupriya N
06/01/2022, 9:32 PMFrank
api.cdk.domainName
to stack 2 and stack 3. Like this example https://docs.serverless-stack.com/constructs/Api#mapping-multiple-apis-to-the-same-domainSupriya N
06/01/2022, 9:44 PMSupriya N
06/01/2022, 10:28 PMSupriya N
06/02/2022, 1:01 PM