API Reference
Preparing search index...
@aws-lambda-powertools/parser
envelopes
ApiGatewayV2Envelope
Variable ApiGatewayV2Envelope
Const
ApiGatewayV2Envelope
:
{
parse
<
T
extends
ZodType
<
any
,
ZodTypeDef
,
any
>
>
(
data
:
unknown
,
schema
:
T
,
)
:
TypeOf
<
T
>
;
safeParse
<
T
extends
ZodType
<
any
,
ZodTypeDef
,
any
>
>
(
data
:
unknown
,
schema
:
T
,
)
:
ParsedResult
<
unknown
,
TypeOf
<
T
>
>
;
}
= ...
API Gateway V2 envelope to extract data within body key
Type declaration
parse
:
function
parse
<
T
extends
ZodType
<
any
,
ZodTypeDef
,
any
>
>
(
data
:
unknown
,
schema
:
T
,
)
:
TypeOf
<
T
>
Type Parameters
T
extends
ZodType
<
any
,
ZodTypeDef
,
any
>
Parameters
data
:
unknown
schema
:
T
Returns
TypeOf
<
T
>
safeParse
:
function
safeParse
<
T
extends
ZodType
<
any
,
ZodTypeDef
,
any
>
>
(
data
:
unknown
,
schema
:
T
,
)
:
ParsedResult
<
unknown
,
TypeOf
<
T
>
>
Type Parameters
T
extends
ZodType
<
any
,
ZodTypeDef
,
any
>
Parameters
data
:
unknown
schema
:
T
Returns
ParsedResult
<
unknown
,
TypeOf
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference
Loading...
API Gateway V2 envelope to extract data within body key