CDK split API Gateway stack into 2 small stacks
问题 I'm trying to create a CDK stack in order to create API Gateway. Everything working as excepted if I create the stack in "small pieces" (comment part of the resources), But when I'm trying to create the completed stack I'm getting this exception: Number of resources, 224, is greater than maximum allowed, 200 Therefore, I tried to split my big stack into 2 smaller stacks, One stack creates the resource and create half of the resources and the other one fill relevant data. My structure is like