demo of using Terraform to deploy serverless
To run applications locally:
See individual applications under src
To deploy from local:
./deploy_from_local.sh
note: I don't think the TF backend is being correctly set to GCS remote when running from local. So probably don't do this
To deploy via Cloud Build, triggered by gcloud w/ synthetic commit SHA
gcloud builds submit --substitutions=SHORT_SHA=$(date "+%s"),_ENVIRONMENT_PREFIX=staging .