Join Slack
Powered by
Why does every example create a handler that is of...
# help
b
Bob Wall
06/20/2022, 2:26 PM
Why does every example create a handler that is of APIGatewayProxyHandlerV2?
export const handler: APIGatewayProxyHandlerV2 = async (event: any) => {
l
Luke Barton
06/20/2022, 11:44 PM
Which then doesn’t have the correct return type if I remember correctly?
2
Views
Open in Slack
Previous
Next