Files
fn-serverless/examples/tutorial/hello/go/test.json
2017-07-17 11:41:10 -07:00

27 lines
505 B
JSON

{
"tests": [
{
"input": {
"body": {
"name": "Johnny"
}
},
"output": {
"body": {
"message": "Hello Johnny"
}
}
},
{
"input": {
"body": ""
},
"output": {
"body": {
"message": "Hello World"
}
}
}
]
}