|
|
|
|
|
by olafalo
2864 days ago
|
|
I'm guessing it's heavily dependent on what you're using it for, what kind of resources are you describing in CFN? In my case, it's Lambda + API Gateway that's the main culprit. For each endpoint in an API, there's a resource for the lambda itself, and a managed policy, role, log group, subscription filter, API resource, method, lambda permission, model, and additional OPTIONS method for CORS purposes. With a setup like that, you can hit the limit with a moderately-sized API. |
|