I am trying to create an API and looking to use Flask/AWS Lambda to do so. As best as I can tell, Zappa looks like the best (only?) deployment option.
The problem is that I use conda to manage my environments and Zappa does not currently have a version that can work in conda. It requires virtualenv.
My questions are:
- How are other conda users deploying Flask/AWS Lambda apps?
- Can I run both virtualenv and conda on the same machine? What are the risks/challenges?
You can install it using conda: