-
Notifications
You must be signed in to change notification settings - Fork 363
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
Feature: Handle V2 Event #1182
Feature: Handle V2 Event #1182
Conversation
… (currently openapi schema can't be passed as text.
✅ add testcases for additional_text_mimetypes handling
♻️ define "DEFAULT_TEXT_MIMETYPES" and move to utilities.py
@rehanhwr Did you verify the request format when custom stage is added on http api instead of $default? |
@sridhar562345 the format is the same, however the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A quick look and some brief comments to start this moving forward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still need some more time to take a look at this, but I've commented a bit more.
ad52097
to
a000bee
Compare
2c5e697
to
69f3b71
Compare
@rehanhwr Can you run |
will update it soon |
@monkut can we merge this in next release? |
I am very interested in this functionality 🙏 Please update what needs to happen for this to be merged. |
Hi there! Unfortunately, this PR has not seen any activity for at least 90 days. If the PR is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed. |
Hi there! Unfortunately, this PR was automatically closed as it had not seen any activity in at least 100 days. If the PR is still relevant to the latest version of Zappa, please open a new PR. |
Description
Handle v2 formatted event coming from HTTP API Gateway or Lambda Function URL.
GitHub Issues
#1121
#851