apollo-server-integrations / apollo-server-integration-aws-lambda

An integration to use AWS Lambda as a hosting service with Apollo Server
MIT License
46 stars 9 forks source link

Update README with context usage examples #108

Closed lizacodes closed 1 year ago

lizacodes commented 1 year ago

Raised in https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/issues/97

With Apollo V4's improved type support for context, it's not currently clear how to use it with this integration without a bit of digging, especially if you are using Typescript and want to make sure you are passing in the correct generics.

With more codebases upgrading to Apollo V4 as a result of V3's end-of-life, it'll be likely more folks will be asking about this.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 19b72ac62b3afbd3f7d57c6e4a35ed43e547c037

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codesandbox-ci[bot] commented 1 year ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 19b72ac62b3afbd3f7d57c6e4a35ed43e547c037:

Sandbox Source
apollo-server-integration-aws-lambda Configuration
BlenderDude commented 1 year ago

Covered in the new V3 release