Building a Node app should I use App Engine or Google Cloud Run?
I am creating a Node app it has express, swagger and Agenda for running scheduled Jobs. What is the best way to deploy it in GCP. Should I use App Engine or Cloud run. From what I understand in Cloud Run it will run in a container like docker for App Engine it will just use my application and host it. Please enlighten me what should I do? Cheers, Cam