Paul
05/31/2022, 5:33 PMApiGatewayV1Api
apis that are all using the same imported domain (using DomainName.fromDomainNameAttributes
) and have different base paths. But I am approaching the 500 resources limit and when I tried to split the stack up into multiple stacks (e.g. one stack per ApiGatewayV1Api
) the domain is always only working for one the stacks (deploy works but lambdas cannot be reached). So what are the best practices to structure a case like this and are there any changes to sharing domains in v1 (I am still using 0.69)?thdxr
05/31/2022, 5:36 PMFrank
Paul
06/01/2022, 7:26 AM