Why does every example create a handler that is of...
# help
b
Why does every example create a handler that is of APIGatewayProxyHandlerV2?
export const handler: APIGatewayProxyHandlerV2 = async (event: any) => {
l
Which then doesn’t have the correct return type if I remember correctly?