Skip to content

Commit d5e911b

Browse files
committed
Add test payload for invoking function w/o HTTP
1 parent 92ca2a1 commit d5e911b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

functions/hello/test_payload.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"body": {
3+
"name": "Banu"
4+
},
5+
"method": "POST",
6+
"url": "/hello"
7+
}
8+

0 commit comments

Comments
 (0)