Preparing search index...
The search index is not available
Powertools for AWS Lambda (Typescript) API Reference
Powertools for AWS Lambda (Typescript) API Reference
@aws-lambda-powertools/parser
types
ParserOptions
Type Alias ParserOptions<TSchema, TEnvelope, TSafeParse>
ParserOptions
:
{
envelope
?:
TEnvelope
;
safeParse
?:
TSafeParse
;
schema
:
TSchema
}
Options for the parser used in middy middleware and decorator
Type Parameters
TSchema
extends
ZodSchema
TEnvelope
extends
Envelope
TSafeParse
extends
boolean
Type declaration
Optional
envelope
?:
TEnvelope
Optional
safeParse
?:
TSafeParse
schema
:
TSchema
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Powertools for AWS Lambda (Typescript) API Reference
Loading...
Options for the parser used in middy middleware and decorator