I need a step by step guide on setting up a CI/CD pipeline using AWS CodePipeline for a Flask application deployed using Zappa.
Zappa is an open source framework that helps in building and deploying server-less, event-driven Python applications particularly WSGI web applications like Django and Flask applications on AWS Lambda and API Gateway. The GitHub repository for Zappa can be found at https://github.com/Miserlou/Zappa.