-
Notifications
You must be signed in to change notification settings - Fork 409
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 request: Add support for headers parameters in OpenAPI schema #3661
Labels
event_handlers
feature-request
feature request
help wanted
Could use a second pair of eyes/hands
openapi-schema
Comments
Assigned to @rubenfonseca |
7 tasks
7 tasks
|
This is now released under 2.33.0 version! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
event_handlers
feature-request
feature request
help wanted
Could use a second pair of eyes/hands
openapi-schema
Use case
Original discussion: #3609
OpenAPI supports Headers parameters and we must add support for this!
https://swagger.io/docs/specification/describing-parameters/
Header Parameters
An API call may require that custom headers be sent with an HTTP request. OpenAPI lets you define custom request headers as in: header parameters.
Solution/User Experience
Add
Header
in https://github.com/aws-powertools/powertools-lambda-python/blob/develop/aws_lambda_powertools/event_handler/openapi/params.pyAlternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: