Skip to content

Commit 686c19f

Browse files
committed
docs(appsync): add a link for considerations
1 parent 5f20884 commit 686c19f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/event_handler/appsync.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,8 @@ You can subclass `AppSyncResolverEvent` to bring your own set of methods to hand
713713

714714
### Split operations with Router
715715

716+
!!! tip "Read the **[considerations section for trade-offs between monolithic and micro functions](./api_gateway.md#considerations){target="_blank"}**, as it's also applicable here."
717+
716718
As you grow the number of related GraphQL operations a given Lambda function should handle, it is natural to split them into separate files to ease maintenance - That's where the `Router` feature is useful.
717719

718720
Let's assume you have `app.py` as your Lambda function entrypoint and routes in `users.py`, this is how you'd use the `Router` feature.

0 commit comments

Comments
 (0)