Skip to content

Commit

Permalink
docs: update aws-lambda.md (#5740)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed May 25, 2024
1 parent 216c711 commit c4770bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/docs/server/adapters/aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ slug: /server/adapters/aws-lambda

The AWS Lambda adapter is supported for API Gateway Rest API(v1) and HTTP API(v2) use cases.

> `httpBatchLink` requires the router to work on a single API Gateway Resource (as shown in the [example](https://github.com/trpc/trpc/tree/next/examples/lambda-api-gateway)).
> If you'd like to have a Resource per procedure, you can use the `httpLink` instead ([more info](https://github.com/trpc/trpc/issues/5738#issuecomment-2130001522)).
## Example app

<table>
Expand Down

0 comments on commit c4770bc

Please sign in to comment.