We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddd0a3 commit 06e9a24Copy full SHA for 06e9a24
cdk/graphql/lib/graphql-stack.ts
@@ -88,7 +88,6 @@ export class GraphqlStack extends cdk.Stack {
88
});
89
90
const apiGateway = new application.ApiGateway(this, 'ApiGateway', {
91
- apiDeploymentId: 'ApiGatewayDeployment',
92
apiName: `${STAGE_NAME}-graphql`,
93
stageName: STAGE_NAME,
94
})
src/graphql/handler.js
@@ -148,7 +148,6 @@ export default startServerAndCreateLambdaHandler(
148
{
149
context: async ({ event }) => {
150
const { body, headers } = event
151
- console.log('🚀 ~ file: handler ~ process.env:', process.env)
152
153
const { operationName } = JSON.parse(body)
154
0 commit comments