API Reference
Preparing search index...
@aws-lambda-powertools/event-handler
types
RequestContext
Type Alias RequestContext<TEnv>
RequestContext
:
{
context
:
Context
;
event
:
APIGatewayProxyEvent
|
APIGatewayProxyEventV2
|
ALBEvent
;
isBase64Encoded
?:
boolean
;
isHttpStreaming
?:
boolean
;
params
:
Record
<
string
,
string
>
;
req
:
Request
;
res
:
Response
;
responseType
:
ResponseType
;
shared
:
IStore
<
SharedStoreOf
<
TEnv
>
>
;
}
&
RequestStoreMethods
<
TEnv
>
Type Parameters
TEnv
extends
Env
=
Env
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference
Loading...