Skip to content

Commit

Permalink
Update apigateway.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sime committed Mar 26, 2019
1 parent 26a1f56 commit beee8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/providers/aws/events/apigateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ functions:

### Using asyncronous integration

Use `async: true` when integrating a lambda function using [event invocation](https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html#SSS-Invoke-request-InvocationType). This lets APIGateway to return immediately with a 200 status code while the lambda continues running. If not othewise speficied integration type will be `AWS`.
Use `async: true` when integrating a lambda function using [event invocation](https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html#SSS-Invoke-request-InvocationType). This lets API Gateway to return immediately with a 200 status code while the lambda continues running. If not othewise speficied integration type will be `AWS`.

```yml
functions:
Expand Down

0 comments on commit beee8bd

Please sign in to comment.