Miserlou / Zappa

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

How do I set up a CI/CD pipeline using AWS CodePipeline for a Flask application deployed using Zappa? #2001

Closed rupam-kundu closed 4 years ago

rupam-kundu commented 4 years ago

I need a step by step guide on setting up a CI/CD pipeline using AWS CodePipeline for a Flask application deployed using Zappa.

taylorgoodallau commented 4 years ago

You'll need to start my looking at the documentation & following each of the deploy steps locally. Once you can do this it's a matter of moving that over to your CI/CD. You will need something a long the following lines. You might find some further information here as well

https://stackoverflow.com/questions/54124119/how-to-deploy-to-aws-using-ci-cd-for-zappapython

Goodluck!

rupam-kundu commented 4 years ago

Thanks for the reply.