Open
Description
When trying to use the documentation example for passing in a context I am seeing that a type error is being thrown:
S2554: Expected 0 arguments, but got 1
From what I can see the method call is:
export const createAPIGatewayProxyEventV2RequestHandler = <
Event extends APIGatewayProxyEventV2 = APIGatewayProxyEventV2,
>() => {
So looks as if it does not allow a context value? This also means that when trying to use the context value in a resolver that it is not there.
Metadata
Metadata
Assignees
Labels
No labels