gcloud-tips-and-tricks/myapp/index.js (3 lines of code) (raw):

exports.function = (req, res) => { res.send('Heyo Martin!'); };