in actions/hello.js [20:25]
function main(args) { let name = args.name || "World" return { "body": "Hello, "+name } }