Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewquang512 committed Dec 9, 2023
1 parent bf1f2cc commit fbe4e77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const handler = startServerAndCreateLambdaHandler(
handlers.createAPIGatewayProxyEventRequestHandler(),
{
middleware: [
cors,
async (event) => {
console.log('###? received event=' + JSON.stringify(event));
},
Expand Down

0 comments on commit fbe4e77

Please sign in to comment.