Closed FutureDigitalConsulting closed 2 years ago
I think there is an error in the AccessControlAllowMethods
class, It's not allowing a list of items
Instead of
"Items": (cloudfront_access_control_allow_methods, True),
It should probably look like (not tested)
"Items": ([cloudfront_access_control_allow_methods], True),
@FutureDigitalConsulting thanks for the issue. Fixed via 16fc59cd0b95d07fb288cdf1dda29668467f2f29
@benbridts thank you for the proposed fix. Due to the new auto-gen I needed to fix it in the validator.
@markpeek will this be released to 3.x.x? And when? A project is currently blocked due to this.
I do not plan to backport it to 3.x.x. This is fixed in Release 4.0.0 which I just released.
I'm currently having a compile issue which seems to be related to troposhere.
Results in the following compile error:
This validator insists that the value must be of type string instead of JSONArray. When i change
to
It compiles but when deploying the cloudformation template i get the following error message:
Which states that it should be a JSONArray just as the cloudformation documentation says here
From what i can understand this seems to be an internal troposphere issue.