Skip to content

feat(event_handler): enrich request object#8153

Merged
leandrodamascena merged 2 commits intodevelopfrom
feature/8139-enrich-request-depends
Apr 14, 2026
Merged

feat(event_handler): enrich request object#8153
leandrodamascena merged 2 commits intodevelopfrom
feature/8139-enrich-request-depends

Conversation

@leandrodamascena
Copy link
Copy Markdown
Contributor

Issue number: closes #8139

Summary

This PR enriches the Request object with all items from the request.

Changes

Please provide a summary of what's being changed

User experience

Please share what the user experience looks like before and after this change


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@leandrodamascena leandrodamascena requested a review from a team as a code owner April 14, 2026 09:48
@boring-cyborg boring-cyborg bot added documentation Improvements or additions to documentation event_handlers tests labels Apr 14, 2026
@powertools-for-aws-oss-automation powertools-for-aws-oss-automation bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 14, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.68%. Comparing base (6bcb8a3) to head (d02ae1d).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #8153   +/-   ##
========================================
  Coverage    96.68%   96.68%           
========================================
  Files          285      285           
  Lines        14190    14197    +7     
  Branches      1175     1175           
========================================
+ Hits         13720    13727    +7     
  Misses         341      341           
  Partials       129      129           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@powertools-for-aws-oss-automation powertools-for-aws-oss-automation bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 14, 2026
@sonarqubecloud
Copy link
Copy Markdown

@leandrodamascena leandrodamascena merged commit cd8829b into develop Apr 14, 2026
19 checks passed
@leandrodamascena leandrodamascena deleted the feature/8139-enrich-request-depends branch April 14, 2026 10:07
@Iamrodos
Copy link
Copy Markdown
Contributor

Great improvement, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation event_handlers size/L Denotes a PR that changes 100-499 lines, ignoring generated files. tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(event_handler): inject resolver into Depends() instead of Request for middleware parity

3 participants