Deployed a Backend System
Used Netlify functions for the first time today. A client wanted some data pushed to a Google Sheet. 

I used Pulumi to provision a new project and service accounts in a few minutes, and then entered those details into the Netlify project the client site is hosted in.

It was a fricken breeze to then write a single node.js cloud function to accept some POST data and write it into the sheet.

A few tweaks on the client-side to post to the newly deployed function and we're away. Great workflow!