Skip to content

Commit 06e9a24

Browse files
committed
GQL-98: Remove unused code
1 parent 8ddd0a3 commit 06e9a24

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cdk/graphql/lib/graphql-stack.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export class GraphqlStack extends cdk.Stack {
8888
});
8989

9090
const apiGateway = new application.ApiGateway(this, 'ApiGateway', {
91-
apiDeploymentId: 'ApiGatewayDeployment',
9291
apiName: `${STAGE_NAME}-graphql`,
9392
stageName: STAGE_NAME,
9493
})

src/graphql/handler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ export default startServerAndCreateLambdaHandler(
148148
{
149149
context: async ({ event }) => {
150150
const { body, headers } = event
151-
console.log('🚀 ~ file: handler ~ process.env:', process.env)
152151

153152
const { operationName } = JSON.parse(body)
154153

0 commit comments

Comments
 (0)