Skip to content

Commit

Permalink
Merge pull request #65 from H4ad/feature/apollo-server
Browse files Browse the repository at this point in the history
feat: apollo server
  • Loading branch information
H4ad authored Dec 3, 2022
2 parents 92aca8b + 56c4a74 commit 65f61ac
Show file tree
Hide file tree
Showing 20 changed files with 5,149 additions and 666 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
if: matrix.node-version == '12.x'
run: echo "TEST_NODE_VERSION=12.x" >> $GITHUB_ENV

- name: Skip Deepkit Tests for 12.x
if: matrix.node-version == '12.x'
run: echo "SKIP_DEEPKIT=true" >> $GITHUB_ENV

- name: Run tests
run: npm test

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[![Semantic Release][semantic-release-img]][semantic-release-url]

Run REST APIs and other web applications using your existing Node.js application framework (NestJS, Deepkit, Express, Koa, Hapi,
Fastify and tRPC), on top of AWS Lambda, Azure, Digital Ocean and many other clouds.
Fastify, tRPC and Apollo Server), on top of AWS Lambda, Azure, Digital Ocean and many other clouds.

This library was a refactored version of [@vendia/serverless-express](https://github.com/vendia/serverless-express), I
create a new way to interact and extend event sources by creating contracts to abstract the integrations between each
Expand Down
Loading

0 comments on commit 65f61ac

Please sign in to comment.