Sign in
apache
/
openwhisk-devtools
/
HEAD
/
.
/
knative-build
/
runtimes
/
javascript
/
tests
/
helloworldwithparams
/
openwhisk-data-init.json
blob: 08ee77cc54d91f1b80711eaf9b5944ad06c2ae4e [
file
]
{
"value"
:
{
"name"
:
"nodejs-helloworld-with-params"
,
"main"
:
"main"
,
"binary"
:
false
,
"code"
:
"function main(params) {return {payload: 'Hello ' + params.name + ' from ' + params.place + '!'};}"
}
}