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

Non-Strict Payload Desirealizer #127

Closed ammokhov closed 3 years ago

ammokhov commented 3 years ago

Currently, python plugin has a strict desirialization mechanism which will fail the execution if request payload has some unknown properties;