cfstacks/stacks

Validate JSON for null values

Closed this issue · 2 comments

CloudFormation does not support null values in JSON template, so stacks should error out before sending the template with null values.

This could potentially be implemented by using cloudformation template validate api call.

Working on this issue. Currently blocked by getmoto/moto#876