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

Add small snippet to README to see where context needs to go #102

Closed s10mcow closed 1 year ago

s10mcow commented 1 year ago

Issue

As a user of the lib and new to Apollo i was following tutorials, when I got to Lambda integration i had no idea where to put my context object.

Fix

PR will just add a small example of how to interact with the third param of the startServer function.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 48d5b5a9b33139ec730c3e0cbffa7df68dc5c43b

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 48d5b5a9b33139ec730c3e0cbffa7df68dc5c43b:

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

Docs updated in the V3 release