Fmt and docs

This commit is contained in:
Denis Makogon
2017-10-07 02:59:08 +03:00
parent 6141344e5f
commit e4684096f7
3 changed files with 24 additions and 23 deletions

View File

@@ -78,9 +78,7 @@ Fn accepts request data of the following format:
```json
{
"body": {
"some": "input"
}
"some": "input"
}
```
@@ -88,12 +86,11 @@ Internally function receives data in following format:
```json
{
"body": "{\"some\":\"data\"}\n",
"body": "{\"some\":\"input\"}\n",
"headers": {
"yo": ["dawg"]
}
}
```
Function's output format should have following format: