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 47 forks source link

Improve model deserialization #80

Closed jaymccon closed 4 years ago

jaymccon commented 4 years ago

improves the deserialization of the raw model into type-hinted python objects.

This looks pretty large on the surface, but line count is predominantly test case data in tests/lib/recast_test.py and tests/lib/sample_model.py.

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