You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My custom resource provider (which has been working great for the past couple of months) seems have a problem which I can't quite put my finger on. It seems to have been happening since I upgraded cloudformation-cli-python-lib from 2.1.0 to 2.1.3.
When I am creating a resource using my custom resource provider, I get this error: __init__() got an unexpected keyword argument 'previousSystemTags' (TypeError)
I was running into the same issue as #130 so I updated the library, as recommended in that issue. I got rid of my original issue, but now I get this instead and I can't find any information about it online.