Forgive me if this is the wrong place to raise this issue.
Documentation here states that the environment variable "NODE_ENV" cannot be overridden in google app engine standard environment for Node. However, the following yaml file successfully overrides the variable.
runtime: nodejs8 env_variables: NODE_ENV: development
Am I missing something?