Open
Description
At the minute the output of startServerAndCreateLambdaHandler with the below returns a handler that expects a callback.
const handler = startServerAndCreateLambdaHandler(
server,
handlers.createAPIGatewayProxyEventV2RequestHandler(),
);
The graphql handler has a third callback property.
Callback's are not recommended by aws any more although still supported but other packages have moved away from general handling of them. E.G Middy.
It would be ideal to not require a callback property on the graphql handler.
Metadata
Metadata
Assignees
Labels
No labels