Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ran-isenberg opened this issue Nov 30, 2020 · 1 comment
Closed

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

ran-isenberg opened this issue Nov 30, 2020 · 1 comment
Labels
feature-request feature request

Comments

@ran-isenberg
Copy link
Contributor

ran-isenberg commented Nov 30, 2020

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).

@ran-isenberg ran-isenberg added feature-request feature request triage Pending triage from maintainers labels Nov 30, 2020
@heitorlessa heitorlessa added pending-release Fix or implementation already in dev waiting to be released and removed triage Pending triage from maintainers labels Dec 4, 2020
@heitorlessa
Copy link
Contributor

Launched in 1.9.0 now

@heitorlessa heitorlessa removed the pending-release Fix or implementation already in dev waiting to be released label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request feature request
Projects
Development

No branches or pull requests

2 participants