Created
August 9, 2021 19:35
-
-
Save thoughtspeed7/ba26e799b1e7a2f3fe289b0d2418966f to your computer and use it in GitHub Desktop.
Apollo GraphQL Server 3 Using Express On Google App Engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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