CodeCommit error Elastic Beanstalk (AWS)

故事扮演 提交于 2019-12-05 14:11:21

It happened to me when I upgraded the last version of awsebcli 3.12.2, perhaps because it introduced the following (changelog):

Fixed local-remote inconsistency observed after deployments using CodeCommit

I don't fully understand what is happening but I would suggest that you revert to the previous version with

pip install -Iv awsebcli==3.12.1

This has fixed my problem and I can deploy with CodeCommit again

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!