I am making a nodejs project for google app engine. Testing is all fine and the app is functional, but when prompted to deploy my code files via gcloud app deploy, I am given the following error:
ERROR: An app.yaml (or appengine-web.xml) file is required to deploy this directory as an App Engine application
I have never used yaml before. What should the contents of a basic yaml file look like to fix this problem and deploy my code?