Stone.js API
Docs
Home
Preparing search index...
stone-js-aws-apigw-ws-adapter/src/declarations
ApiGatewayWsHandlerFunction
Type Alias ApiGatewayWsHandlerFunction<RawResponseType>
ApiGatewayWsHandlerFunction
:
(
event
:
ApiGatewayWsEvent
,
context
:
LambdaContext
,
)
=>
Promise
<
RawResponseType
>
The Lambda handler function API Gateway invokes.
Type Parameters
RawResponseType
=
RawWsResponse
Type Declaration
(
event
:
ApiGatewayWsEvent
,
context
:
LambdaContext
)
:
Promise
<
RawResponseType
>
Parameters
event
:
ApiGatewayWsEvent
context
:
LambdaContext
Returns
Promise
<
RawResponseType
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
The Lambda handler function API Gateway invokes.