Skip to content

Instantly share code, notes, and snippets.

@thoughtspeed7
Created June 6, 2018 08:23
Show Gist options
  • Save thoughtspeed7/ff6f7b4f506888fd3a78c03309efec68 to your computer and use it in GitHub Desktop.
Save thoughtspeed7/ff6f7b4f506888fd3a78c03309efec68 to your computer and use it in GitHub Desktop.
Node, Python and Go in a single Google App Engine project!
# om namah shivay
# See https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml
# and https://cloud.google.com/appengine/docs/flexible/nodejs/reference/app-yaml for more info
runtime: nodejs
env: flex
service: default
# The settings below are to reduce costs during testing and not appropriate for production use.
# You would obviously want to increase the values for computing resources and look into auto scaling when running production workloads.
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 0.5
disk_size_gb: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment