Miserlou / Zappa

Serverless Python
https://blog.zappa.io/
MIT License
11.89k stars 1.21k forks source link

Zappa template object has no attribute add_description error, cfn_flip dependency #2223

Closed erix-mx closed 3 years ago

erix-mx commented 3 years ago

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?

YankeeTube commented 3 years ago

same issue

dustin022 commented 3 years ago

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

YankeeTube commented 3 years ago

@dustin022 Thank u!

erix-mx commented 3 years ago

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