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

Creation of custom resource fails with: __init__() got an unexpected keyword argument 'typeConfiguration' (TypeError) #140

Closed yiuc closed 3 years ago

yiuc commented 3 years ago

It seems to have been happening since I upgraded cloudformation-cli-python-lib to 2.1.4

When I am deleting a resource using my custom resource provider, I get this error: __init__() got an unexpected keyword argument 'typeConfiguration' (TypeError)

I was running into the same issue as 136 so I updated the library, as recommended in that issue. I get this instead, and I can't find any information about it online.

image

ArnoldKell commented 3 years ago

I am running into the same issue. Initially the update fixed the issue in #136 for us (I made that issue) and it was working for a bit after that, however today creation of the resource started failing today again (or at least we only noticed it today, the last time I remember it working was on Friday).

jaymccon commented 3 years ago

It was my understanding that #125 should have prevented this from happening, but clearly there is another place that needs a similar patch