aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 45 forks source link

If desired resource state/tag is none, default to empty dictionary #238

Closed mmaeng closed 1 year ago

mmaeng commented 1 year ago

Closes #230

If desiredResourceState or desiredResourceTags is empty then default to empty dictionary instead of None.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.