Skip to content

refactor(event_handler): extract async logic to a separated file#8138

Merged
leandrodamascena merged 2 commits intodevelopfrom
8133-extract-async-middleware-utils
Apr 15, 2026
Merged

refactor(event_handler): extract async logic to a separated file#8138
leandrodamascena merged 2 commits intodevelopfrom
8133-extract-async-middleware-utils

Conversation

@leandrodamascena
Copy link
Copy Markdown
Contributor

Issue number: closes #8133

Summary

Extract async logic.

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 9, 2026 05:22
@leandrodamascena leandrodamascena requested a review from sdangol April 9, 2026 05:22
@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 9, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #8138   +/-   ##
========================================
  Coverage    96.69%   96.69%           
========================================
  Files          285      286    +1     
  Lines        14209    14215    +6     
  Branches      1179     1179           
========================================
+ Hits         13739    13745    +6     
  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 15, 2026
@sonarqubecloud
Copy link
Copy Markdown

@leandrodamascena leandrodamascena merged commit a54b39d into develop Apr 15, 2026
18 checks passed
@leandrodamascena leandrodamascena deleted the 8133-extract-async-middleware-utils branch April 15, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

event_handlers size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: extract async middleware utilities from HttpResolverLocal

2 participants