Skip to content

Commit 2d7a537

Browse files
committed
Add test payload for invoking function w/o HTTP
1 parent bba551f commit 2d7a537

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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": "Matt"
4+
},
5+
"method": "POST",
6+
"url": "/hello"
7+
}
8+

0 commit comments

Comments
 (0)