blob: 003aac194521c21a86e3f7fb1923c48e3b88b270 [file] [log] [blame]
// Licensed to the Apache Software Foundation (ASF) under one or more contributor
// license agreements; and to You under the Apache License, Version 2.0.
function main(params) {
return {payload: 'Hello, ' + params.name + ' from ' + params.place};
}