Skip to content

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 27, 2022
1 parent 99bd21e commit 812a93d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/aws-lambda/lambda/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import type { Handler } from '@aws-cdk/aws-lambda'
import { createYoga } from 'graphql-yoga'
import { configure } from '@vendia/serverless-express'

const app = createYoga({
graphqlEndpoint: '/stage/graphql',
})
const app = createYoga()

export const handler: Handler = configure({
app,
Expand Down

0 comments on commit 812a93d

Please sign in to comment.