flask - Using Zappa as a conda user -
i trying create api , looking use flask/aws lambda so. best can tell, zappa looks best (only?) deployment option.
the problem use conda manage environments , zappa not have version can work in conda. requires virtualenv.
my questions are:
- how other conda users deploying flask/aws lambda apps?
- can run both virtualenv , conda on same machine? risks/challenges?
Comments
Post a Comment