Skip to content

Commit

Permalink
docs(aws-lambda) add new unhanded_status config option
Browse files Browse the repository at this point in the history
Docs for  Kong/kong#2587

Signed-off-by: Thibault Charbonnier <thibaultcha@me.com>
  • Loading branch information
erran authored and thibaultcha committed Jun 12, 2017
1 parent 434c35d commit bec61d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/plugins/aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ form parameter | default | description
`config.log_type`<br>*optional* | `Tail` | The [`LogType`](http://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html#API_Invoke_RequestSyntax) to use when invoking the function. By default `None` and `Tail` are supported
`config.timeout`<br>*optional* | `60000` | An optional timeout in milliseconds when invoking the function
`config.keepalive`<br>*optional* | `60000` | An optional value in milliseconds that defines for how long an idle connection will live before being closed
`config.unhandled_status` | `` | The response status code to use (instead of the default `200`, `202`, or `204`) in the case of an [`Unhandled` Function Error](https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html#API_Invoke_ResponseSyntax)
----

### Sending parameters
Expand Down

0 comments on commit bec61d4

Please sign in to comment.