Skip to content

Instantly share code, notes, and snippets.

@thoughtspeed7
Created August 9, 2021 19:35
Show Gist options
  • Save thoughtspeed7/ba26e799b1e7a2f3fe289b0d2418966f to your computer and use it in GitHub Desktop.
Save thoughtspeed7/ba26e799b1e7a2f3fe289b0d2418966f to your computer and use it in GitHub Desktop.
Apollo GraphQL Server 3 Using Express On Google App Engine
# om namah shivaya
service: default
runtime: nodejs14
instance_class: F1
automatic_scaling:
min_instances: 0
max_instances: 1
target_cpu_utilization: 0.90
handlers:
- url: /.*
secure: always
redirect_http_response_code: 301
script: auto
env_variables:
NODE_ENV: 'development'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment