I have a Django webapp (a forum) which have few screens like login, profile, posts, replies, etc..
A regular deployment on dedicated instances (with scalability, performance in mind) seems to be expensive. I have come across serverless deployment of Django apps on AWS Lambda. Here is one such example on AWS. But I couldn't find anything similar on GCP.
Is a similar thing possible using Google cloud functions (GCF)?
In other words, can GCF be used to deploy any of the following:
- a web app which can serve dynamic pages
- a microservice with multiple rest endpoints