Skip to content

Commit

Permalink
Add missing .
Browse files Browse the repository at this point in the history
Co-authored-by: Leandro Damascena <[email protected]>
Signed-off-by: Tony Sherman <[email protected]>
  • Loading branch information
TonySherman and leandrodamascena authored Sep 14, 2023
1 parent a57c10e commit ed3ba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/event_handler/api_gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ Consider a simplified micro function structured REST API that has two routes:
* `/users` - an endpoint that will return all users of the application on `GET` requests
* `/users/<id>` - an endpoint that looks up a single users details by ID on `GET` requests

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.)
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.).

=== "`/users` Endpoint"
```python
Expand Down

0 comments on commit ed3ba21

Please sign in to comment.