You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be supported since api gateway supports having a domain with mappings to multiple APIs.
Instead, we get an error when the second stack is being deployed: "api.mydomain.com already exists in stack arn:aws:xyz"
Thanks!
The text was updated successfully, but these errors were encountered:
This appears to be a limitation at the CDK level. This code attempts to launch 2 RestAPIs with the same domain name using just CDK L2 constructs and sees the same behavior.
Create two stacks with 2 instances of ApiGatewayToLambda()
In the first instance, configure a domain name like this:
The second instance should be on the same domain name, but on a different path:
This should be supported since api gateway supports having a domain with mappings to multiple APIs.
Instead, we get an error when the second stack is being deployed: "api.mydomain.com already exists in stack arn:aws:xyz"
Thanks!
The text was updated successfully, but these errors were encountered: