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

__init__() got an unexpected keyword argument 'snapshotRequested' (TypeError) #135

Closed StewartW closed 3 years ago

StewartW commented 3 years ago

Hi there, We are seeing this error when creating a resource with the python plugin. It looks like it is coming from this method here

I am able to reproduce it using the example resource scheme created via cfn init

However when testing the resource with a local event via SAM it functions as intended. Does anyone have any suggestions / pointers on how I can resolve this?

Versions cloudformation-cli 0.1.12 cloudformation-cli-python-lib 2.1.2 cloudformation-cli-python-plugin 2.1.1

StewartW commented 3 years ago

I was just pointed to #130