Skip to content

Commit

Permalink
Add note about which lambdas are supported (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Oct 10, 2022
1 parent 501194f commit d7adca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Getting started: Lambda middleware

Apollo Server runs as a part of your Lambda handler, processing GraphQL requests. This package allows you to easily integrate Apollo Server with AWS Lambda.
Apollo Server runs as a part of your Lambda handler, processing GraphQL requests. This package allows you to easily integrate Apollo Server with AWS Lambda. This integration is compatible with Lambda's API Gateway V1 (REST) and V2 (HTTP). It doesn't currently claim support for any other flavors of Lambda, though PRs are welcome!

First, install Apollo Server, graphql-js, and the Lambda handler package:

Expand Down

0 comments on commit d7adca8

Please sign in to comment.