in _includes/code/hello-with-params.js [1:3]
function main(params) { return {payload: 'Hello, ' + params.name + ' from ' + params.place}; }