Going Serverless with Dart: Building Cloud Functions on GCP
Introduction
Welcome to part two of my series "Going Serverless with Dart". After exploring AWS Lambda, let's see how to write and deploy serverless functions to Google Cloud Platform (GCP).
Before we begin, let's quickly recap what serverless comput...
dinkomarinac.dev5 min read
Peter Siegmund
How can I create multiple endpoints? Just create a second annotated function?