Skip to content

Commit

Permalink
Remove logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Aug 13, 2018
1 parent 91810fb commit aa6a71f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/lambda/graphql.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,4 @@ const server = new ApolloServer({
resolvers
});

const handler = server.createHandler()

exports.handler = (event, context, callback) => {
console.log(event);
handler(event, context, callback);
}
exports.handler = server.createHandler();

0 comments on commit aa6a71f

Please sign in to comment.