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

Drop support for Node v14, start testing against Node v20 #110

Closed trevor-scheer closed 1 year ago

trevor-scheer commented 1 year ago

Fixes #99

Landing this to a version-3 branch where we can land other breaking changes before releasing the next major.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 2303885bdea9a8f48c0302ca4a8dcb78a6149d8c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------------------- | ----- | | @as-integrations/aws-lambda | Major |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another 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 2303885bdea9a8f48c0302ca4a8dcb78a6149d8c:

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

Node 20 tests are failing due to Apollo Server's integration testsuite not being forward compatible with a couple changes. This will be fixed in the next patch via https://github.com/apollographql/apollo-server/pull/7636