-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AWS Lambda docs with streaming support #3354
base: main
Are you sure you want to change the base?
Conversation
|
Apollo Federation Subgraph Compatibility Results
Learn more: |
💻 Website PreviewThe latest changes are available as preview in: https://d9d0b995.graphql-yoga.pages.dev |
✅ Benchmark Results
|
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-yoga/apollo-link |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/urql-exchange |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/graphiql |
4.3.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
graphql-yoga |
5.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs-federation |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-inline-trace |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/apollo-managed-federation |
0.3.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apq |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-csrf-prevention |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-defer-stream |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-disable-introspection |
2.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-graphql-sse |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-jwt |
2.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-persisted-operations |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-prometheus |
5.3.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-response-cache |
3.8.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-sofa |
3.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/render-graphiql |
5.6.1-alpha-20240703125202-e6a35e6d |
npm ↗︎ unpkg ↗︎ |
AWS Lambda can take a response stream as body, so we can pass Yoga's response stream to the lambda function to have a better control over Lambda's HTTP logic.