Running Earth Engine code as a serverless function is normally a multi-step process that involves manually creating a service account through the web UI, downloading a credential file to zip with your code, and enabling and configuring a handful of APIs. It’s a hassle and a great opportunity for human error with misconfigured services and accidentally committed credentials. Infrastructure-as-code (IaC) allows you to set up, configure, and deploy cloud infrastructure programmatically instead...