API reference / @backpack/vite-plugin-lambda / HandlerConfig
Interface: HandlerConfig
Properties
handler
ts
handler: Promise<(event, context) => Promise<APIGatewayProxyResult>>;