Backend blues: notes on making https calls to Flask vs AWS Lambda

Thanks for the notes, I hope I will never use them! :slight_smile:

Question: why are you going through the trouble of setting up another rest server instead of staying in the Anvil ecosystem?

I usually go the other way: I create Anvil apps to use as rest servers for old php apps, or to use as dependencies for other Anvil apps.

Perhaps are you using Anvil for the front end and other technologies for the backend?