This project provides an example serverless application for Google Cloud Platform.
The application serves files created at Google Cloud Storage, starts the basic file processing, and stores the results to the Firestore database.
yarn install
- Create a service account. See how to do that
- Enable Cloud Functions API
- Enable Google Task API. Create a queue, put its name to
GCLOUD_TASKS_QUEUE
env variable - Create a Google Cloud Storage bucket. Put its name to the
BUCKET
env variable - Enable Cloud Deployment Manager V2 API