Skip to content

Commit

Permalink
GQL-98: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Dec 24, 2024
1 parent 8ddd0a3 commit 06e9a24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cdk/graphql/lib/graphql-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export class GraphqlStack extends cdk.Stack {
});

const apiGateway = new application.ApiGateway(this, 'ApiGateway', {
apiDeploymentId: 'ApiGatewayDeployment',
apiName: `${STAGE_NAME}-graphql`,
stageName: STAGE_NAME,
})
Expand Down
1 change: 0 additions & 1 deletion src/graphql/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ export default startServerAndCreateLambdaHandler(
{
context: async ({ event }) => {
const { body, headers } = event
console.log('🚀 ~ file: handler ~ process.env:', process.env)

const { operationName } = JSON.parse(body)

Expand Down

0 comments on commit 06e9a24

Please # to comment.