Miserlou/Zappa

Zappa template object has no attribute add_description error, cfn_flip dependency

erix-mx opened this issue · 4 comments

Hello everyone, Everything was working great, but now I get this error, I ran my successful pipeline, but it gave me the same error

Bitmap

I also had to add the cfn_flip dependency, this was not happening before, did something update?

same issue

Same issue, but it looks like for me it was related to this package troposphere updating from 2.7.1 to 3.0.1 as a dependency of zappa, I downgraded it back to 2.7.1 in my pipeline and fixed my issue

pipenv run pip install --upgrade troposphere==2.7.1

noticed it after doing a diff between my runs:

troposphere 2.7.1
to
troposphere 3.0.1

Thank you very much @dustin022 , it also worked for me, now the pipeline marks me correctly.