Function: awsLambdaRequestHandler()
awsLambdaRequestHandler<
TRouter,TEvent,TResult>(opts): (event,context) =>Promise<TResult>
Type parameters
| Parameter | 
|---|
| TRouterextendsRouter<AnyRouterDef<AnyRootConfig>,TRouter> | 
| TEventextendsAPIGatewayEvent | 
| TResultextendsAPIGatewayProxyResult|APIGatewayProxyStructuredResultV2 | 
Parameters
| Parameter | Type | 
|---|---|
| opts | AWSLambdaOptions<TRouter,TEvent> | 
Returns
(
event,context):Promise<TResult>Parameters
Parameter Type eventTEventcontextAPIGWContextReturns
Promise<TResult>
Source
packages/server/src/adapters/aws-lambda/index.ts:103
Generated using TypeDoc and typedoc-plugin-markdown