Skip to content

Commit ed3ba21

Browse files
Add missing .
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Tony Sherman <[email protected]>
1 parent a57c10e commit ed3ba21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/event_handler/api_gateway.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ Consider a simplified micro function structured REST API that has two routes:
866866
* `/users` - an endpoint that will return all users of the application on `GET` requests
867867
* `/users/<id>` - an endpoint that looks up a single users details by ID on `GET` requests
868868

869-
Each endpoint will be it's own Lambda function that is configured as a [Lambda integration](https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-with-lambda-integration.html){target="_blank"}. This allows you to set different configurations for each lambda (memory size, layers, etc.)
869+
Each endpoint will be it's own Lambda function that is configured as a [Lambda integration](https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-with-lambda-integration.html){target="_blank"}. This allows you to set different configurations for each lambda (memory size, layers, etc.).
870870

871871
=== "`/users` Endpoint"
872872
```python

0 commit comments

Comments
 (0)