You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added test cases for testing maximum outputs and maximum mappings
* Added exceptions when Maximum Outputs >= 60 or Maximum Mappings >= 100
* Added MAX_ variables and cleaned up hard coded values for the four MAX_ test cases
Currently support exists for maximum resources and maximum parameters to raise a ValueError.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html
However there are limits for Outputs and Mappings that can be tracked the same way. This is much cleaner than having AWS reject the template.
Incoming pull request with test cases.
The text was updated successfully, but these errors were encountered: