API Reference
Preparing search index...
@aws-lambda-powertools/event-handler
types
RequestContext
Type Alias RequestContext
type
RequestContext
=
{
context
:
Context
;
event
:
APIGatewayProxyEvent
|
APIGatewayProxyEventV2
|
ALBEvent
;
isBase64Encoded
?:
boolean
;
params
:
Record
<
string
,
string
>
;
req
:
Request
;
res
:
Response
;
responseType
:
ResponseType
;
}
Index
Properties
context
event
is
Base64
Encoded?
params
req
res
response
Type
Properties
context
context
:
Context
event
event
:
APIGatewayProxyEvent
|
APIGatewayProxyEventV2
|
ALBEvent
Optional
is
Base64
Encoded
isBase64Encoded
?:
boolean
params
params
:
Record
<
string
,
string
>
req
req
:
Request
res
res
:
Response
response
Type
responseType
:
ResponseType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
event
is
Base64
Encoded
params
req
res
response
Type
API Reference
Loading...