The Plus ID component is designed to be ran on GCP's App Engine. If the default configurations are used, the resource usage would remain within the GCP's free tier, thus your monthly expense should remain ~$0.00.
Follow the Terraform configuration instruction if not done before.
Use the configuration template by
cp app.yaml.example app.yamlChange the value of env_variables.GCLOUD_PROJECT_ID to your GCP project ID.
The
us-east2region is used to be as close as possible to the Notion's region. This way, the delay in calling the Notion API should be minimal.
Simply run
gcloud app deploy --version v1And follow the instructions.
Follow up the instructions on the website