awsdocs / aws-cdk-guide

User guide for the AWS Cloud Development Kit (CDK).
Other
335 stars 222 forks source link

Update 200 resource limit to 500 #301

Closed ghost closed 3 years ago

ghost commented 3 years ago

Also note that the CDK validates this during synthesis, rather than at deployment, and how to disable/change the limit.

See PR: https://github.com/aws/aws-cdk/pull/12193

Point to https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html for current limit.

ghost commented 3 years ago

The limit was already updated, but I've added info about the new synthesis errors/warnings recently added.