Conversation
Bumps the aws-powertools group in /lambdas with 4 updates: [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) and [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript). Updates `@aws-lambda-powertools/parameters` from 2.24.1 to 2.25.1 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.24.1...v2.25.1) Updates `@aws-lambda-powertools/logger` from 2.24.1 to 2.25.1 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.24.1...v2.25.1) Updates `@aws-lambda-powertools/metrics` from 2.24.1 to 2.25.1 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.24.1...v2.25.1) Updates `@aws-lambda-powertools/tracer` from 2.24.1 to 2.25.1 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.24.1...v2.25.1) --- updated-dependencies: - dependency-name: "@aws-lambda-powertools/parameters" dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/logger" dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/metrics" dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/tracer" dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
npalm
approved these changes
Aug 25, 2025
npalm
pushed a commit
that referenced
this pull request
Aug 25, 2025
🤖 I have created a release *beep* *boop* --- ## [6.7.4](v6.7.3...v6.7.4) (2025-08-25) ### Bug Fixes * add handling for 404 errors in scale-down tests and improve error logging ([#4726](#4726)) ([95aa6a2](95aa6a2)) @stuartp44 * **lambda:** bump the aws group in /lambdas with 7 updates ([#4709](#4709)) ([0e74b3d](0e74b3d)) * **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([#4718](#4718)) ([9a63469](9a63469)) * remove progress and control codes from log output ([#4699](#4699)) ([1c6b424](1c6b424)) @aarongorka --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
…github-aws-runners#4718) [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps the aws-powertools group in /lambdas with 4 updates: [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) and [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript). Updates `@aws-lambda-powertools/parameters` from 2.24.1 to 2.25.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/parameters</code>'s releases</a>.</em></p> <blockquote> <h2>v2.25.1</h2> <h2>Summary</h2> <p>This is a patch release that addresses an issue with the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4318">logger</a> and the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4326">idempotency</a> package introduced in <code>v2.25.0</code> that could potentially affect users’ tests in some circumstances. This does not affect any production workloads.</p> <p>Furthermore, it also fixes an <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4306">issue with the tracer package</a> which caused a deprecation warning when <code>@tracer.captureLambdaHandler()</code> was used.</p> <p>We recommend updating to this version if you're currently using <code>v2.25.0</code>, especially if you're experiencing any test-related issues.</p> <p>⭐ Congratulations <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a>, <a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a> for their first PRs merged in the project 🎉</p> <h2>Changes</h2> <ul> <li>ci: bump version-n-release GitHub Action and modify input values (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4330">#4330</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4327">#4327</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(logger): resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>) by <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a></li> <li>improv(ci): Skip Layer version checks for the Gamma environment (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4321">#4321</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>refactor: idempotency env service to functions 4246 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4314">#4314</a>) by <a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a></li> <li>fix(tracer): pass args of decorated method as they are (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4312">#4312</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.3 to 4.20.4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4313">#4313</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump <code>@redis/client</code> from 5.8.0 to 5.8.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4324">#4324</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 3.29.8 to 3.29.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4315">#4315</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.3 to 4.20.4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4313">#4313</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>This release was made possible by the following contributors:</h2> <p><a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a>, <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a>, <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot], <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a>, <a href="https://github.com/github-actions"><code>@github-actions</code></a>[bot], <a href="https://github.com/sdangol"><code>@sdangol</code></a>, <a href="https://github.com/svozza"><code>@svozza</code></a>, <a href="https://github.com/apps/dependabot">dependabot[bot]</a> and <a href="https://github.com/apps/github-actions">github-actions[bot]</a></p> <h2>v2.25.0</h2> <h2>Summary</h2> <p>We have discontinued support for Node.js 18 with this release. All users are strongly encouraged to upgrade to Node.js 20 or later to ensure continued compatibility and security updates.</p> <p>The <code>parse</code> function is now exported from the Parser package. This addition enables manual parsing in scenarios such as validating query string parameters, offering more flexibility in data handling and validation.</p> <p>We’ve also fixed a bug with the Zod schema for the Cognito Trigger Event in the parser.</p> <p>Furthermore, we have been working on the improvements in the overall code quality and maintainability of the codebase.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/parameters</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.0...v2.25.1">2.25.1</a> (2025-08-14)</h2> <h3>Improvements</h3> <ul> <li><strong>logger</strong> resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b74b3b4d1102e8d33c677d2c73ddc355717c4cef">b74b3b4</a>)</li> <li><strong>idempotency</strong> Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4327">#4327</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/17845d0de45508388100aefdbe42d1e0d9a02522">17845d0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>tracer</strong> pass args of decorated method as they are (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4312">#4312</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bd81aed4d259c909107a1d312bd722bc258f358">7bd81ae</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler</strong> add decorator functionality for error handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4323">#4323</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/562747a4c415ea2225529e5e276269e87c7b08b9">562747a</a>)</li> <li><strong>event-handler</strong> add error handling functionality to BaseRouter (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4316">#4316</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5aff3984359a5a4f4408a5d286d3c36976d454fa">5aff398</a>)</li> </ul> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.1...v2.25.0">2.25.0</a> (2025-08-12)</h2> <h3>Improvements</h3> <ul> <li><strong>commons</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4292">#4292</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ee419845f38754f57351be15c4d82ed912641dc">5ee4198</a>)</li> <li><strong>jmespath</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4286">#4286</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/787633deb573ecdccb8dd1610df68bc4e6e90949">787633d</a>)</li> <li><strong>logger</strong> replace EnvironmentVariablesService class with helper functions (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4251">#4251</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b2fcd90834c417dec8c2d45743f2384df3541243">b2fcd90</a>)</li> <li><strong>tracer</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4264">#4264</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/081a514b6e1cb81513080352e5dbcadc89ac0574">081a514</a>)</li> <li><strong>idempotency</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4298">#4298</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1fc86041f773bcaa1ea836b782d6b688d1e3636c">1fc8604</a>)</li> <li><strong>batch</strong> improve code quality in test handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4281">#4281</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/75e233f340acb27a4d31babbdd1a6d81f974f279">75e233f</a>)</li> <li><strong>kafka</strong> improve tests & error handling (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4262">#4262</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dab0be1b5be166f972dcd2152968999dc212a0a7">dab0be1</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser</strong> make <code>parse</code> function available standalone (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4300">#4300</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4998d6bffcb45710d96160dbb685145de3254f4a">4998d6b</a>)</li> <li><strong>event-handler</strong> add event handler registry (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4307">#4307</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/aaac4295594bc4b9c241fcf7bd8589ebc8b68d68">aaac429</a>)</li> <li><strong>event-handler</strong> add error classes for http errors (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4299">#4299</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c1c3dd50f5c335f2fd8a13cfd95340971d8840a1">c1c3dd5</a>)</li> <li><strong>event-handler</strong> implement route matching & resolution system for rest handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4297">#4297</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b8ca36841f710db062b726ca8d53876e2291e92d">b8ca368</a>)</li> <li><strong>event-handler</strong> add support for AppSync GraphQL batch resolvers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4218">#4218</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/12ac2e40dfe63764f62670ea288e556f7302d2aa">12ac2e4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>parser</strong> cognito schema <code>preferredRole</code> may be null (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4259">#4259</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ef5c85b1983617f64bce1410aeb9fd57859c04d">5ef5c85</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1e609f1140bbd381deff5aecd31f7e4cafd51d4c"><code>1e609f1</code></a> chore(ci): bump version to 2.25.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4336">#4336</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bc436b01c2d535b1c98a3f3a04b5009a38adcb9c"><code>bc436b0</code></a> docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/65e7b0fb0a7b8e94f8e68a9f18e0ab9b704662c3"><code>65e7b0f</code></a> ci: bump version-n-release GitHub Action and modify input values (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4330">#4330</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/17845d0de45508388100aefdbe42d1e0d9a02522"><code>17845d0</code></a> improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/562747a4c415ea2225529e5e276269e87c7b08b9"><code>562747a</code></a> feat(event-handler): add decorator functionality for error handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4323">#4323</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5bb23ad0e4d545799af3ea465950258e0ba9a8bb"><code>5bb23ad</code></a> chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/01575f133742e877a18b9c511041dc5e44ec816b"><code>01575f1</code></a> chore(deps-dev): bump <code>@redis/client</code> from 5.8.0 to 5.8.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4324">#4324</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b74b3b4d1102e8d33c677d2c73ddc355717c4cef"><code>b74b3b4</code></a> improv(logger): resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5aff3984359a5a4f4408a5d286d3c36976d454fa"><code>5aff398</code></a> feat(event-handler): add error handling functionality to BaseRouter (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4316">#4316</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/60d92b861ca198f872f4c071f1646936b1cefacb"><code>60d92b8</code></a> improv(ci): Skip Layer version checks for the Gamma environment (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4321">#4321</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.1...v2.25.1">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/logger` from 2.24.1 to 2.25.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/logger</code>'s releases</a>.</em></p> <blockquote> <h2>v2.25.1</h2> <h2>Summary</h2> <p>This is a patch release that addresses an issue with the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4318">logger</a> and the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4326">idempotency</a> package introduced in <code>v2.25.0</code> that could potentially affect users’ tests in some circumstances. This does not affect any production workloads.</p> <p>Furthermore, it also fixes an <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4306">issue with the tracer package</a> which caused a deprecation warning when <code>@tracer.captureLambdaHandler()</code> was used.</p> <p>We recommend updating to this version if you're currently using <code>v2.25.0</code>, especially if you're experiencing any test-related issues.</p> <p>⭐ Congratulations <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a>, <a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a> for their first PRs merged in the project 🎉</p> <h2>Changes</h2> <ul> <li>ci: bump version-n-release GitHub Action and modify input values (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4330">#4330</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4327">#4327</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(logger): resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>) by <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a></li> <li>improv(ci): Skip Layer version checks for the Gamma environment (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4321">#4321</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>refactor: idempotency env service to functions 4246 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4314">#4314</a>) by <a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a></li> <li>fix(tracer): pass args of decorated method as they are (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4312">#4312</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.3 to 4.20.4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4313">#4313</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump <code>@redis/client</code> from 5.8.0 to 5.8.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4324">#4324</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 3.29.8 to 3.29.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4315">#4315</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.3 to 4.20.4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4313">#4313</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>This release was made possible by the following contributors:</h2> <p><a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a>, <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a>, <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot], <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a>, <a href="https://github.com/github-actions"><code>@github-actions</code></a>[bot], <a href="https://github.com/sdangol"><code>@sdangol</code></a>, <a href="https://github.com/svozza"><code>@svozza</code></a>, <a href="https://github.com/apps/dependabot">dependabot[bot]</a> and <a href="https://github.com/apps/github-actions">github-actions[bot]</a></p> <h2>v2.25.0</h2> <h2>Summary</h2> <p>We have discontinued support for Node.js 18 with this release. All users are strongly encouraged to upgrade to Node.js 20 or later to ensure continued compatibility and security updates.</p> <p>The <code>parse</code> function is now exported from the Parser package. This addition enables manual parsing in scenarios such as validating query string parameters, offering more flexibility in data handling and validation.</p> <p>We’ve also fixed a bug with the Zod schema for the Cognito Trigger Event in the parser.</p> <p>Furthermore, we have been working on the improvements in the overall code quality and maintainability of the codebase.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/logger</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.0...v2.25.1">2.25.1</a> (2025-08-14)</h2> <h3>Improvements</h3> <ul> <li><strong>logger</strong> resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b74b3b4d1102e8d33c677d2c73ddc355717c4cef">b74b3b4</a>)</li> <li><strong>idempotency</strong> Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4327">#4327</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/17845d0de45508388100aefdbe42d1e0d9a02522">17845d0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>tracer</strong> pass args of decorated method as they are (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4312">#4312</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bd81aed4d259c909107a1d312bd722bc258f358">7bd81ae</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler</strong> add decorator functionality for error handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4323">#4323</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/562747a4c415ea2225529e5e276269e87c7b08b9">562747a</a>)</li> <li><strong>event-handler</strong> add error handling functionality to BaseRouter (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4316">#4316</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5aff3984359a5a4f4408a5d286d3c36976d454fa">5aff398</a>)</li> </ul> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.1...v2.25.0">2.25.0</a> (2025-08-12)</h2> <h3>Improvements</h3> <ul> <li><strong>commons</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4292">#4292</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ee419845f38754f57351be15c4d82ed912641dc">5ee4198</a>)</li> <li><strong>jmespath</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4286">#4286</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/787633deb573ecdccb8dd1610df68bc4e6e90949">787633d</a>)</li> <li><strong>logger</strong> replace EnvironmentVariablesService class with helper functions (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4251">#4251</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b2fcd90834c417dec8c2d45743f2384df3541243">b2fcd90</a>)</li> <li><strong>tracer</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4264">#4264</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/081a514b6e1cb81513080352e5dbcadc89ac0574">081a514</a>)</li> <li><strong>idempotency</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4298">#4298</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1fc86041f773bcaa1ea836b782d6b688d1e3636c">1fc8604</a>)</li> <li><strong>batch</strong> improve code quality in test handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4281">#4281</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/75e233f340acb27a4d31babbdd1a6d81f974f279">75e233f</a>)</li> <li><strong>kafka</strong> improve tests & error handling (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4262">#4262</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dab0be1b5be166f972dcd2152968999dc212a0a7">dab0be1</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser</strong> make <code>parse</code> function available standalone (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4300">#4300</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4998d6bffcb45710d96160dbb685145de3254f4a">4998d6b</a>)</li> <li><strong>event-handler</strong> add event handler registry (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4307">#4307</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/aaac4295594bc4b9c241fcf7bd8589ebc8b68d68">aaac429</a>)</li> <li><strong>event-handler</strong> add error classes for http errors (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4299">#4299</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c1c3dd50f5c335f2fd8a13cfd95340971d8840a1">c1c3dd5</a>)</li> <li><strong>event-handler</strong> implement route matching & resolution system for rest handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4297">#4297</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b8ca36841f710db062b726ca8d53876e2291e92d">b8ca368</a>)</li> <li><strong>event-handler</strong> add support for AppSync GraphQL batch resolvers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4218">#4218</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/12ac2e40dfe63764f62670ea288e556f7302d2aa">12ac2e4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>parser</strong> cognito schema <code>preferredRole</code> may be null (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4259">#4259</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ef5c85b1983617f64bce1410aeb9fd57859c04d">5ef5c85</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1e609f1140bbd381deff5aecd31f7e4cafd51d4c"><code>1e609f1</code></a> chore(ci): bump version to 2.25.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4336">#4336</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bc436b01c2d535b1c98a3f3a04b5009a38adcb9c"><code>bc436b0</code></a> docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/65e7b0fb0a7b8e94f8e68a9f18e0ab9b704662c3"><code>65e7b0f</code></a> ci: bump version-n-release GitHub Action and modify input values (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4330">#4330</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/17845d0de45508388100aefdbe42d1e0d9a02522"><code>17845d0</code></a> improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/562747a4c415ea2225529e5e276269e87c7b08b9"><code>562747a</code></a> feat(event-handler): add decorator functionality for error handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4323">#4323</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5bb23ad0e4d545799af3ea465950258e0ba9a8bb"><code>5bb23ad</code></a> chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/01575f133742e877a18b9c511041dc5e44ec816b"><code>01575f1</code></a> chore(deps-dev): bump <code>@redis/client</code> from 5.8.0 to 5.8.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4324">#4324</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b74b3b4d1102e8d33c677d2c73ddc355717c4cef"><code>b74b3b4</code></a> improv(logger): resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5aff3984359a5a4f4408a5d286d3c36976d454fa"><code>5aff398</code></a> feat(event-handler): add error handling functionality to BaseRouter (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4316">#4316</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/60d92b861ca198f872f4c071f1646936b1cefacb"><code>60d92b8</code></a> improv(ci): Skip Layer version checks for the Gamma environment (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4321">#4321</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.1...v2.25.1">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/metrics` from 2.24.1 to 2.25.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/metrics</code>'s releases</a>.</em></p> <blockquote> <h2>v2.25.1</h2> <h2>Summary</h2> <p>This is a patch release that addresses an issue with the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4318">logger</a> and the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4326">idempotency</a> package introduced in <code>v2.25.0</code> that could potentially affect users’ tests in some circumstances. This does not affect any production workloads.</p> <p>Furthermore, it also fixes an <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4306">issue with the tracer package</a> which caused a deprecation warning when <code>@tracer.captureLambdaHandler()</code> was used.</p> <p>We recommend updating to this version if you're currently using <code>v2.25.0</code>, especially if you're experiencing any test-related issues.</p> <p>⭐ Congratulations <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a>, <a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a> for their first PRs merged in the project 🎉</p> <h2>Changes</h2> <ul> <li>ci: bump version-n-release GitHub Action and modify input values (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4330">#4330</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4327">#4327</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(logger): resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>) by <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a></li> <li>improv(ci): Skip Layer version checks for the Gamma environment (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4321">#4321</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>refactor: idempotency env service to functions 4246 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4314">#4314</a>) by <a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a></li> <li>fix(tracer): pass args of decorated method as they are (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4312">#4312</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.3 to 4.20.4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4313">#4313</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump <code>@redis/client</code> from 5.8.0 to 5.8.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4324">#4324</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 3.29.8 to 3.29.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4315">#4315</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.3 to 4.20.4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4313">#4313</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>This release was made possible by the following contributors:</h2> <p><a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a>, <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a>, <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot], <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a>, <a href="https://github.com/github-actions"><code>@github-actions</code></a>[bot], <a href="https://github.com/sdangol"><code>@sdangol</code></a>, <a href="https://github.com/svozza"><code>@svozza</code></a>, <a href="https://github.com/apps/dependabot">dependabot[bot]</a> and <a href="https://github.com/apps/github-actions">github-actions[bot]</a></p> <h2>v2.25.0</h2> <h2>Summary</h2> <p>We have discontinued support for Node.js 18 with this release. All users are strongly encouraged to upgrade to Node.js 20 or later to ensure continued compatibility and security updates.</p> <p>The <code>parse</code> function is now exported from the Parser package. This addition enables manual parsing in scenarios such as validating query string parameters, offering more flexibility in data handling and validation.</p> <p>We’ve also fixed a bug with the Zod schema for the Cognito Trigger Event in the parser.</p> <p>Furthermore, we have been working on the improvements in the overall code quality and maintainability of the codebase.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/metrics</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.0...v2.25.1">2.25.1</a> (2025-08-14)</h2> <h3>Improvements</h3> <ul> <li><strong>logger</strong> resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b74b3b4d1102e8d33c677d2c73ddc355717c4cef">b74b3b4</a>)</li> <li><strong>idempotency</strong> Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4327">#4327</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/17845d0de45508388100aefdbe42d1e0d9a02522">17845d0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>tracer</strong> pass args of decorated method as they are (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4312">#4312</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bd81aed4d259c909107a1d312bd722bc258f358">7bd81ae</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler</strong> add decorator functionality for error handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4323">#4323</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/562747a4c415ea2225529e5e276269e87c7b08b9">562747a</a>)</li> <li><strong>event-handler</strong> add error handling functionality to BaseRouter (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4316">#4316</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5aff3984359a5a4f4408a5d286d3c36976d454fa">5aff398</a>)</li> </ul> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.1...v2.25.0">2.25.0</a> (2025-08-12)</h2> <h3>Improvements</h3> <ul> <li><strong>commons</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4292">#4292</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ee419845f38754f57351be15c4d82ed912641dc">5ee4198</a>)</li> <li><strong>jmespath</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4286">#4286</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/787633deb573ecdccb8dd1610df68bc4e6e90949">787633d</a>)</li> <li><strong>logger</strong> replace EnvironmentVariablesService class with helper functions (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4251">#4251</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b2fcd90834c417dec8c2d45743f2384df3541243">b2fcd90</a>)</li> <li><strong>tracer</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4264">#4264</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/081a514b6e1cb81513080352e5dbcadc89ac0574">081a514</a>)</li> <li><strong>idempotency</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4298">#4298</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1fc86041f773bcaa1ea836b782d6b688d1e3636c">1fc8604</a>)</li> <li><strong>batch</strong> improve code quality in test handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4281">#4281</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/75e233f340acb27a4d31babbdd1a6d81f974f279">75e233f</a>)</li> <li><strong>kafka</strong> improve tests & error handling (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4262">#4262</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dab0be1b5be166f972dcd2152968999dc212a0a7">dab0be1</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser</strong> make <code>parse</code> function available standalone (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4300">#4300</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4998d6bffcb45710d96160dbb685145de3254f4a">4998d6b</a>)</li> <li><strong>event-handler</strong> add event handler registry (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4307">#4307</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/aaac4295594bc4b9c241fcf7bd8589ebc8b68d68">aaac429</a>)</li> <li><strong>event-handler</strong> add error classes for http errors (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4299">#4299</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c1c3dd50f5c335f2fd8a13cfd95340971d8840a1">c1c3dd5</a>)</li> <li><strong>event-handler</strong> implement route matching & resolution system for rest handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4297">#4297</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b8ca36841f710db062b726ca8d53876e2291e92d">b8ca368</a>)</li> <li><strong>event-handler</strong> add support for AppSync GraphQL batch resolvers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4218">#4218</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/12ac2e40dfe63764f62670ea288e556f7302d2aa">12ac2e4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>parser</strong> cognito schema <code>preferredRole</code> may be null (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4259">#4259</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ef5c85b1983617f64bce1410aeb9fd57859c04d">5ef5c85</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1e609f1140bbd381deff5aecd31f7e4cafd51d4c"><code>1e609f1</code></a> chore(ci): bump version to 2.25.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4336">#4336</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bc436b01c2d535b1c98a3f3a04b5009a38adcb9c"><code>bc436b0</code></a> docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/65e7b0fb0a7b8e94f8e68a9f18e0ab9b704662c3"><code>65e7b0f</code></a> ci: bump version-n-release GitHub Action and modify input values (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4330">#4330</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/17845d0de45508388100aefdbe42d1e0d9a02522"><code>17845d0</code></a> improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/562747a4c415ea2225529e5e276269e87c7b08b9"><code>562747a</code></a> feat(event-handler): add decorator functionality for error handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4323">#4323</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5bb23ad0e4d545799af3ea465950258e0ba9a8bb"><code>5bb23ad</code></a> chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/01575f133742e877a18b9c511041dc5e44ec816b"><code>01575f1</code></a> chore(deps-dev): bump <code>@redis/client</code> from 5.8.0 to 5.8.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4324">#4324</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b74b3b4d1102e8d33c677d2c73ddc355717c4cef"><code>b74b3b4</code></a> improv(logger): resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5aff3984359a5a4f4408a5d286d3c36976d454fa"><code>5aff398</code></a> feat(event-handler): add error handling functionality to BaseRouter (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4316">#4316</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/60d92b861ca198f872f4c071f1646936b1cefacb"><code>60d92b8</code></a> improv(ci): Skip Layer version checks for the Gamma environment (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4321">#4321</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.1...v2.25.1">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/tracer` from 2.24.1 to 2.25.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/tracer</code>'s releases</a>.</em></p> <blockquote> <h2>v2.25.1</h2> <h2>Summary</h2> <p>This is a patch release that addresses an issue with the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4318">logger</a> and the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4326">idempotency</a> package introduced in <code>v2.25.0</code> that could potentially affect users’ tests in some circumstances. This does not affect any production workloads.</p> <p>Furthermore, it also fixes an <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4306">issue with the tracer package</a> which caused a deprecation warning when <code>@tracer.captureLambdaHandler()</code> was used.</p> <p>We recommend updating to this version if you're currently using <code>v2.25.0</code>, especially if you're experiencing any test-related issues.</p> <p>⭐ Congratulations <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a>, <a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a> for their first PRs merged in the project 🎉</p> <h2>Changes</h2> <ul> <li>ci: bump version-n-release GitHub Action and modify input values (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4330">#4330</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4327">#4327</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(logger): resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>) by <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a></li> <li>improv(ci): Skip Layer version checks for the Gamma environment (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4321">#4321</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>refactor: idempotency env service to functions 4246 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4314">#4314</a>) by <a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a></li> <li>fix(tracer): pass args of decorated method as they are (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4312">#4312</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.3 to 4.20.4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4313">#4313</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump <code>@redis/client</code> from 5.8.0 to 5.8.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4324">#4324</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 3.29.8 to 3.29.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4315">#4315</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.3 to 4.20.4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4313">#4313</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>This release was made possible by the following contributors:</h2> <p><a href="https://github.com/BeckettFrey"><code>@BeckettFrey</code></a>, <a href="https://github.com/MaxOpperman"><code>@MaxOpperman</code></a>, <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot], <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a>, <a href="https://github.com/github-actions"><code>@github-actions</code></a>[bot], <a href="https://github.com/sdangol"><code>@sdangol</code></a>, <a href="https://github.com/svozza"><code>@svozza</code></a>, <a href="https://github.com/apps/dependabot">dependabot[bot]</a> and <a href="https://github.com/apps/github-actions">github-actions[bot]</a></p> <h2>v2.25.0</h2> <h2>Summary</h2> <p>We have discontinued support for Node.js 18 with this release. All users are strongly encouraged to upgrade to Node.js 20 or later to ensure continued compatibility and security updates.</p> <p>The <code>parse</code> function is now exported from the Parser package. This addition enables manual parsing in scenarios such as validating query string parameters, offering more flexibility in data handling and validation.</p> <p>We’ve also fixed a bug with the Zod schema for the Cognito Trigger Event in the parser.</p> <p>Furthermore, we have been working on the improvements in the overall code quality and maintainability of the codebase.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/tracer</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.0...v2.25.1">2.25.1</a> (2025-08-14)</h2> <h3>Improvements</h3> <ul> <li><strong>logger</strong> resolve issue when no logger region is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4319">#4319</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b74b3b4d1102e8d33c677d2c73ddc355717c4cef">b74b3b4</a>)</li> <li><strong>idempotency</strong> Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4327">#4327</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/17845d0de45508388100aefdbe42d1e0d9a02522">17845d0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>tracer</strong> pass args of decorated method as they are (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4312">#4312</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bd81aed4d259c909107a1d312bd722bc258f358">7bd81ae</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler</strong> add decorator functionality for error handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4323">#4323</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/562747a4c415ea2225529e5e276269e87c7b08b9">562747a</a>)</li> <li><strong>event-handler</strong> add error handling functionality to BaseRouter (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4316">#4316</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5aff3984359a5a4f4408a5d286d3c36976d454fa">5aff398</a>)</li> </ul> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.1...v2.25.0">2.25.0</a> (2025-08-12)</h2> <h3>Improvements</h3> <ul> <li><strong>commons</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4292">#4292</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ee419845f38754f57351be15c4d82ed912641dc">5ee4198</a>)</li> <li><strong>jmespath</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4286">#4286</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/787633deb573ecdccb8dd1610df68bc4e6e90949">787633d</a>)</li> <li><strong>logger</strong> replace EnvironmentVariablesService class with helper functions (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4251">#4251</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b2fcd90834c417dec8c2d45743f2384df3541243">b2fcd90</a>)</li> <li><strong>tracer</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4264">#4264</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/081a514b6e1cb81513080352e5dbcadc89ac0574">081a514</a>)</li> <li><strong>idempotency</strong> fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4298">#4298</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1fc86041f773bcaa1ea836b782d6b688d1e3636c">1fc8604</a>)</li> <li><strong>batch</strong> improve code quality in test handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4281">#4281</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/75e233f340acb27a4d31babbdd1a6d81f974f279">75e233f</a>)</li> <li><strong>kafka</strong> improve tests & error handling (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4262">#4262</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dab0be1b5be166f972dcd2152968999dc212a0a7">dab0be1</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser</strong> make <code>parse</code> function available standalone (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4300">#4300</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4998d6bffcb45710d96160dbb685145de3254f4a">4998d6b</a>)</li> <li><strong>event-handler</strong> add event handler registry (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4307">#4307</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/aaac4295594bc4b9c241fcf7bd8589ebc8b68d68">aaac429</a>)</li> <li><strong>event-handler</strong> add error classes for http errors (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4299">#4299</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c1c3dd50f5c335f2fd8a13cfd95340971d8840a1">c1c3dd5</a>)</li> <li><strong>event-handler</strong> implement route matching & resolution system for rest handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4297">#4297</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b8ca36841f710db062b726ca8d53876e2291e92d">b8ca368</a>)</li> <li><strong>event-handler</strong> add support for AppSync GraphQL batch resolvers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4218">#4218</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/12ac2e40dfe63764f62670ea288e556f7302d2aa">12ac2e4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>parser</strong> cognito schema <code>preferredRole</code> may be null (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4259">#4259</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ef5c85b1983617f64bce1410aeb9fd57859c04d">5ef5c85</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1e609f1140bbd381deff5aecd31f7e4cafd51d4c"><code>1e609f1</code></a> chore(ci): bump version to 2.25.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4336">#4336</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bc436b01c2d535b1c98a3f3a04b5009a38adcb9c"><code>bc436b0</code></a> docs: add FraudFalcon customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4332">#4332</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/65e7b0fb0a7b8e94f8e68a9f18e0ab9b704662c3"><code>65e7b0f</code></a> ci: bump version-n-release GitHub Action and modify input values (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4330">#4330</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/17845d0de45508388100aefdbe42d1e0d9a02522"><code>17845d0</code></a> improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/562747a4c415ea2225529e5e276269e87c7b08b9"><code>562747a</code></a> feat(event-handler): add decorator functionality for error handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4323">#4323</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5bb23ad0e4d545799af3ea465950258e0ba9a8bb"><code>5bb23ad</code></a> chore(deps): bump esbuild from 0.25.8 to 0.25.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4325">#4325</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/01575f133742e877a18b9c511041dc5e44ec816b"><code>01575f1</code></a> chore(deps-dev): bump <code>@redis/client</code> from 5.8.0 to 5.8.1 (<a href="https://redirect.github.com/aws-…
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
🤖 I have created a release *beep* *boop* --- ## [6.7.4](github-aws-runners/terraform-aws-github-runner@v6.7.3...v6.7.4) (2025-08-25) ### Bug Fixes * add handling for 404 errors in scale-down tests and improve error logging ([github-aws-runners#4726](github-aws-runners#4726)) ([95aa6a2](github-aws-runners@95aa6a2)) @stuartp44 * **lambda:** bump the aws group in /lambdas with 7 updates ([github-aws-runners#4709](github-aws-runners#4709)) ([0e74b3d](github-aws-runners@0e74b3d)) * **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([github-aws-runners#4718](github-aws-runners#4718)) ([9a63469](github-aws-runners@9a63469)) * remove progress and control codes from log output ([github-aws-runners#4699](github-aws-runners#4699)) ([1c6b424](github-aws-runners@1c6b424)) @aarongorka --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the aws-powertools group in /lambdas with 4 updates: @aws-lambda-powertools/parameters, @aws-lambda-powertools/logger, @aws-lambda-powertools/metrics and @aws-lambda-powertools/tracer.
Updates
@aws-lambda-powertools/parametersfrom 2.24.1 to 2.25.1Release notes
Sourced from
@aws-lambda-powertools/parameters's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/parameters's changelog.Commits
1e609f1chore(ci): bump version to 2.25.1 (#4336)bc436b0docs: add FraudFalcon customer reference (#4332)65e7b0fci: bump version-n-release GitHub Action and modify input values (#4330)17845d0improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...562747afeat(event-handler): add decorator functionality for error handlers (#4323)5bb23adchore(deps): bump esbuild from 0.25.8 to 0.25.9 (#4325)01575f1chore(deps-dev): bump@redis/clientfrom 5.8.0 to 5.8.1 (#4324)b74b3b4improv(logger): resolve issue when no logger region is set (#4319)5aff398feat(event-handler): add error handling functionality to BaseRouter (#4316)60d92b8improv(ci): Skip Layer version checks for the Gamma environment (#4321)Updates
@aws-lambda-powertools/loggerfrom 2.24.1 to 2.25.1Release notes
Sourced from
@aws-lambda-powertools/logger's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/logger's changelog.Commits
1e609f1chore(ci): bump version to 2.25.1 (#4336)bc436b0docs: add FraudFalcon customer reference (#4332)65e7b0fci: bump version-n-release GitHub Action and modify input values (#4330)17845d0improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...562747afeat(event-handler): add decorator functionality for error handlers (#4323)5bb23adchore(deps): bump esbuild from 0.25.8 to 0.25.9 (#4325)01575f1chore(deps-dev): bump@redis/clientfrom 5.8.0 to 5.8.1 (#4324)b74b3b4improv(logger): resolve issue when no logger region is set (#4319)5aff398feat(event-handler): add error handling functionality to BaseRouter (#4316)60d92b8improv(ci): Skip Layer version checks for the Gamma environment (#4321)Updates
@aws-lambda-powertools/metricsfrom 2.24.1 to 2.25.1Release notes
Sourced from
@aws-lambda-powertools/metrics's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/metrics's changelog.Commits
1e609f1chore(ci): bump version to 2.25.1 (#4336)bc436b0docs: add FraudFalcon customer reference (#4332)65e7b0fci: bump version-n-release GitHub Action and modify input values (#4330)17845d0improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...562747afeat(event-handler): add decorator functionality for error handlers (#4323)5bb23adchore(deps): bump esbuild from 0.25.8 to 0.25.9 (#4325)01575f1chore(deps-dev): bump@redis/clientfrom 5.8.0 to 5.8.1 (#4324)b74b3b4improv(logger): resolve issue when no logger region is set (#4319)5aff398feat(event-handler): add error handling functionality to BaseRouter (#4316)60d92b8improv(ci): Skip Layer version checks for the Gamma environment (#4321)Updates
@aws-lambda-powertools/tracerfrom 2.24.1 to 2.25.1Release notes
Sourced from
@aws-lambda-powertools/tracer's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/tracer's changelog.Commits
1e609f1chore(ci): bump version to 2.25.1 (#4336)bc436b0docs: add FraudFalcon customer reference (#4332)65e7b0fci: bump version-n-release GitHub Action and modify input values (#4330)17845d0improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...562747afeat(event-handler): add decorator functionality for error handlers (#4323)5bb23adchore(deps): bump esbuild from 0.25.8 to 0.25.9 (#4325)01575f1chore(deps-dev): bump@redis/clientfrom 5.8.0 to 5.8.1 (#4324)b74b3b4improv(logger): resolve issue when no logger region is set (#4319)5aff398feat(event-handler): add...Description has been truncated