API reference / @backpack/vite-plugin-lambda / LambdaHandlersConfig
Interface: LambdaHandlersConfig
Properties
handlers
ts
handlers: Record<UrlPath, Partial<Record<HttpMethod, HandlerConfig>>>;