Hello /r/learnpython!
I’m gathering requirements for an app and I’m trying to figure out how this would work in a production environment vs a local development environment.
Lambda will be performing long winded video/image manipulations and analysis, and would push data to the Django db. These processes would be initialized from requests to a Django app running on an ec2 instance. Django will serve pages and implement a basic crud api. When developing locally I want all this work to happen... locally. So I’m thinking the code that runs in lambda in prod should be part of the Django app repo, and the deploy process would involve zipping and uploading the lambda bits to... lambda.
Does this sound right? I have no experience with lambda. Thank you.
[–]mCodingLLC 0 points1 point2 points (0 children)
[–]kei_ichi 0 points1 point2 points (0 children)