Skip to content

feat: Add Kinesis lambda event support to Parser utility #226

Closed
@ran-isenberg

Description

@ran-isenberg

This schema is currently supported in the validator utility.
This issue will add the schema to the parser utility and a new envelope.
The envelope will base64 decode the user data and if a model input was given, will also parse the decoded string as a pydantic BaseModel or string.
This will allow full parsing and message extraction by using only one decorator.

If you dont supply a model, the data type of the extracted data is bytes (not base64 encoded string).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions