|
|
|
|
|
by olafalo
2870 days ago
|
|
IMO the limits of CloudFormation are a bigger pain point than they're made out to be here. The limit of 200 resources per stack is easy to hit, and so is the 450KB template size limit (well, it's possible at least). It's frustrating to need to spread a single service across three stacks because it has a lot of API Gateway endpoints. The real answer is nested stacks, but those still count towards the (raisable) total stack limit of 200. |
|
[1]: https://github.com/awslabs/serverless-application-model/issu...
[2]: https://github.com/awslabs/serverless-application-model/issu...