mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
27 lines
351 B
JSON
27 lines
351 B
JSON
{
|
|
"tests": [
|
|
{
|
|
"input": {
|
|
"body": {
|
|
"name": "Johnny"
|
|
}
|
|
},
|
|
"output": {
|
|
"body": {
|
|
"message": "Hello Johnny"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"body": ""
|
|
},
|
|
"output": {
|
|
"body": {
|
|
"message": "Hello World"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|