Skip to content

Commit 92b475b

Browse files
authored
docs(graphql): snippets split, improved, and lint (#1287)
1 parent d918387 commit 92b475b

28 files changed

+935
-703
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ repos:
99
hooks:
1010
- id: check-merge-conflict
1111
- id: trailing-whitespace
12-
- id: end-of-file-fixer
1312
- id: check-toml
1413
- repo: local
1514
hooks:

docs/core/event_handler/api_gateway.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ You can instruct API Gateway handler to use a custom serializer to best suit you
387387

388388
As you grow the number of routes a given Lambda function should handle, it is natural to split routes into separate files to ease maintenance - That's where the `Router` feature is useful.
389389

390-
Let's assume you have `app.py` as your Lambda function entrypoint and routes in `split_route_module.py`, this is how you'd use the `Router` feature.
390+
Let's assume you have `split_route.py` as your Lambda function entrypoint and routes in `split_route_module.py`. This is how you'd use the `Router` feature.
391391

392392
=== "split_route_module.py"
393393

0 commit comments

Comments
 (0)