Skip to content

fix(lambda): bump the aws-powertools group in /lambdas with 4 updates#4743

Merged
npalm merged 1 commit intomainfrom
dependabot/npm_and_yarn/lambdas/aws-powertools-870a06fa51
Sep 3, 2025
Merged

fix(lambda): bump the aws-powertools group in /lambdas with 4 updates#4743
npalm merged 1 commit intomainfrom
dependabot/npm_and_yarn/lambdas/aws-powertools-870a06fa51

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 2, 2025

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/parameters from 2.25.1 to 2.25.2

Release notes

Sourced from @​aws-lambda-powertools/parameters's releases.

v2.25.2

Summary

In this release, the setDefaultDimensions method in the Metrics utility now emits a warning if an existing default dimension is over-written, making it consistent with addDimension and addDimensions methods:

⭐ Congratulations to @​kawaaaa, and @​shrivarshapoojari for their first PRs merged in the project 🎉

Changes

  • improv(ci): Inherited the secrets for update ssm workflow (#4388) by @​sdangol
  • feat(event-handler): add resolution logic to base router (#4349) by @​svozza
  • improv(ci): Fixed the Make Release workflow permission issue (#4385) by @​sdangol
  • chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) by @​dreamorosi
  • improv(ci): Moved the secrets expanded in the run block to env variables (#4370) by @​sdangol
  • improv(ci): removed the secret inheritance and replaced with the needed secrets (#4364) by @​sdangol
  • improv(ci): Added comments in workflow files triggering Excessive Secret Exposure Alert (#4367) by @​sdangol
  • improv(ci): Automate the layer version tracking during the Make Release workflow (#4355) by @​sdangol
  • refactor(logger): use vitest env helpers in unit tests (#4360) by @​dwrth
  • chore(parameters): fix SonarQube code quality issues and optimize imports (#4359) by @​shrivarshapoojari
  • refactor(logger): mark private members as readonly and fix code quality issues (#4350) by @​kawaaaas
  • ci: switch e2e env in run-e2e-tests workflow (#4347) by @​dreamorosi
  • improv(metrics): emit warning when default dimensions are overwritten (#4287) by @​uttam282005
  • improv: decorate methods without destructuring args (#4345) by @​dreamorosi
  • feat(event-handler): add function to convert Lambda proxy event to web response object (#4343) by @​svozza
  • fix(event-handler): pass event, context and request objects into handler (#4329) by @​svozza
  • ci: add Kiro & other LLM fodlers to gitignore (#4333) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/parameters's changelog.

2.25.2 (2025-08-26)

Maintenance

  • commons concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) (519cbfe)
  • parameters fix SonarQube code quality issues and optimize imports (#4359) (59a191d)

Improvements

  • logger use vitest env helpers in unit tests (#4360) (f9ea611)
  • logger mark private members as readonly and fix code quality issues (#4350) (5ac7712)
  • metrics emit warning when default dimensions are overwritten (#4287) (4c1bcc3)

Features

  • event-handler add function to convert Lambda proxy event to web response object (#4343) (6277e0d)
  • event-handler pass event, context and request objects into handler (#4329) (ea0e615)
Commits
  • 90c1ed3 improv(ci): Fixed the Make Release workflow permission issue (#4385)
  • 3d6414d chore(ci): bump version to 2.25.2 (#4383)
  • fd6a7d8 chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (#4380)
  • 9a7f623 chore(deps): bump tsx from 4.20.4 to 4.20.5 (#4379)
  • 4bd9867 chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...
  • ab78b57 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4376)
  • 089fa04 chore(deps-dev): bump @​biomejs/biome from 2.2.0 to 2.2.2 (#4381)
  • 19bf00b chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (#4...
  • 9b829f8 chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (#4372)
  • 7087f62 chore(deps): bump squidfunk/mkdocs-material from 405aeb6 to 1a4e939 in /d...
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/logger from 2.25.1 to 2.25.2

Release notes

Sourced from @​aws-lambda-powertools/logger's releases.

v2.25.2

Summary

In this release, the setDefaultDimensions method in the Metrics utility now emits a warning if an existing default dimension is over-written, making it consistent with addDimension and addDimensions methods:

⭐ Congratulations to @​kawaaaa, and @​shrivarshapoojari for their first PRs merged in the project 🎉

Changes

  • improv(ci): Inherited the secrets for update ssm workflow (#4388) by @​sdangol
  • feat(event-handler): add resolution logic to base router (#4349) by @​svozza
  • improv(ci): Fixed the Make Release workflow permission issue (#4385) by @​sdangol
  • chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) by @​dreamorosi
  • improv(ci): Moved the secrets expanded in the run block to env variables (#4370) by @​sdangol
  • improv(ci): removed the secret inheritance and replaced with the needed secrets (#4364) by @​sdangol
  • improv(ci): Added comments in workflow files triggering Excessive Secret Exposure Alert (#4367) by @​sdangol
  • improv(ci): Automate the layer version tracking during the Make Release workflow (#4355) by @​sdangol
  • refactor(logger): use vitest env helpers in unit tests (#4360) by @​dwrth
  • chore(parameters): fix SonarQube code quality issues and optimize imports (#4359) by @​shrivarshapoojari
  • refactor(logger): mark private members as readonly and fix code quality issues (#4350) by @​kawaaaas
  • ci: switch e2e env in run-e2e-tests workflow (#4347) by @​dreamorosi
  • improv(metrics): emit warning when default dimensions are overwritten (#4287) by @​uttam282005
  • improv: decorate methods without destructuring args (#4345) by @​dreamorosi
  • feat(event-handler): add function to convert Lambda proxy event to web response object (#4343) by @​svozza
  • fix(event-handler): pass event, context and request objects into handler (#4329) by @​svozza
  • ci: add Kiro & other LLM fodlers to gitignore (#4333) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/logger's changelog.

2.25.2 (2025-08-26)

Maintenance

  • commons concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) (519cbfe)
  • parameters fix SonarQube code quality issues and optimize imports (#4359) (59a191d)

Improvements

  • logger use vitest env helpers in unit tests (#4360) (f9ea611)
  • logger mark private members as readonly and fix code quality issues (#4350) (5ac7712)
  • metrics emit warning when default dimensions are overwritten (#4287) (4c1bcc3)

Features

  • event-handler add function to convert Lambda proxy event to web response object (#4343) (6277e0d)
  • event-handler pass event, context and request objects into handler (#4329) (ea0e615)
Commits
  • 90c1ed3 improv(ci): Fixed the Make Release workflow permission issue (#4385)
  • 3d6414d chore(ci): bump version to 2.25.2 (#4383)
  • fd6a7d8 chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (#4380)
  • 9a7f623 chore(deps): bump tsx from 4.20.4 to 4.20.5 (#4379)
  • 4bd9867 chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...
  • ab78b57 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4376)
  • 089fa04 chore(deps-dev): bump @​biomejs/biome from 2.2.0 to 2.2.2 (#4381)
  • 19bf00b chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (#4...
  • 9b829f8 chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (#4372)
  • 7087f62 chore(deps): bump squidfunk/mkdocs-material from 405aeb6 to 1a4e939 in /d...
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/metrics from 2.25.1 to 2.25.2

Release notes

Sourced from @​aws-lambda-powertools/metrics's releases.

v2.25.2

Summary

In this release, the setDefaultDimensions method in the Metrics utility now emits a warning if an existing default dimension is over-written, making it consistent with addDimension and addDimensions methods:

⭐ Congratulations to @​kawaaaa, and @​shrivarshapoojari for their first PRs merged in the project 🎉

Changes

  • improv(ci): Inherited the secrets for update ssm workflow (#4388) by @​sdangol
  • feat(event-handler): add resolution logic to base router (#4349) by @​svozza
  • improv(ci): Fixed the Make Release workflow permission issue (#4385) by @​sdangol
  • chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) by @​dreamorosi
  • improv(ci): Moved the secrets expanded in the run block to env variables (#4370) by @​sdangol
  • improv(ci): removed the secret inheritance and replaced with the needed secrets (#4364) by @​sdangol
  • improv(ci): Added comments in workflow files triggering Excessive Secret Exposure Alert (#4367) by @​sdangol
  • improv(ci): Automate the layer version tracking during the Make Release workflow (#4355) by @​sdangol
  • refactor(logger): use vitest env helpers in unit tests (#4360) by @​dwrth
  • chore(parameters): fix SonarQube code quality issues and optimize imports (#4359) by @​shrivarshapoojari
  • refactor(logger): mark private members as readonly and fix code quality issues (#4350) by @​kawaaaas
  • ci: switch e2e env in run-e2e-tests workflow (#4347) by @​dreamorosi
  • improv(metrics): emit warning when default dimensions are overwritten (#4287) by @​uttam282005
  • improv: decorate methods without destructuring args (#4345) by @​dreamorosi
  • feat(event-handler): add function to convert Lambda proxy event to web response object (#4343) by @​svozza
  • fix(event-handler): pass event, context and request objects into handler (#4329) by @​svozza
  • ci: add Kiro & other LLM fodlers to gitignore (#4333) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/metrics's changelog.

2.25.2 (2025-08-26)

Maintenance

  • commons concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) (519cbfe)
  • parameters fix SonarQube code quality issues and optimize imports (#4359) (59a191d)

Improvements

  • logger use vitest env helpers in unit tests (#4360) (f9ea611)
  • logger mark private members as readonly and fix code quality issues (#4350) (5ac7712)
  • metrics emit warning when default dimensions are overwritten (#4287) (4c1bcc3)

Features

  • event-handler add function to convert Lambda proxy event to web response object (#4343) (6277e0d)
  • event-handler pass event, context and request objects into handler (#4329) (ea0e615)
Commits
  • 90c1ed3 improv(ci): Fixed the Make Release workflow permission issue (#4385)
  • 3d6414d chore(ci): bump version to 2.25.2 (#4383)
  • fd6a7d8 chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (#4380)
  • 9a7f623 chore(deps): bump tsx from 4.20.4 to 4.20.5 (#4379)
  • 4bd9867 chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...
  • ab78b57 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4376)
  • 089fa04 chore(deps-dev): bump @​biomejs/biome from 2.2.0 to 2.2.2 (#4381)
  • 19bf00b chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (#4...
  • 9b829f8 chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (#4372)
  • 7087f62 chore(deps): bump squidfunk/mkdocs-material from 405aeb6 to 1a4e939 in /d...
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/tracer from 2.25.1 to 2.25.2

Release notes

Sourced from @​aws-lambda-powertools/tracer's releases.

v2.25.2

Summary

In this release, the setDefaultDimensions method in the Metrics utility now emits a warning if an existing default dimension is over-written, making it consistent with addDimension and addDimensions methods:

⭐ Congratulations to @​kawaaaa, and @​shrivarshapoojari for their first PRs merged in the project 🎉

Changes

  • improv(ci): Inherited the secrets for update ssm workflow (#4388) by @​sdangol
  • feat(event-handler): add resolution logic to base router (#4349) by @​svozza
  • improv(ci): Fixed the Make Release workflow permission issue (#4385) by @​sdangol
  • chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) by @​dreamorosi
  • improv(ci): Moved the secrets expanded in the run block to env variables (#4370) by @​sdangol
  • improv(ci): removed the secret inheritance and replaced with the needed secrets (#4364) by @​sdangol
  • improv(ci): Added comments in workflow files triggering Excessive Secret Exposure Alert (#4367) by @​sdangol
  • improv(ci): Automate the layer version tracking during the Make Release workflow (#4355) by @​sdangol
  • refactor(logger): use vitest env helpers in unit tests (#4360) by @​dwrth
  • chore(parameters): fix SonarQube code quality issues and optimize imports (#4359) by @​shrivarshapoojari
  • refactor(logger): mark private members as readonly and fix code quality issues (#4350) by @​kawaaaas
  • ci: switch e2e env in run-e2e-tests workflow (#4347) by @​dreamorosi
  • improv(metrics): emit warning when default dimensions are overwritten (#4287) by @​uttam282005
  • improv: decorate methods without destructuring args (#4345) by @​dreamorosi
  • feat(event-handler): add function to convert Lambda proxy event to web response object (#4343) by @​svozza
  • fix(event-handler): pass event, context and request objects into handler (#4329) by @​svozza
  • ci: add Kiro & other LLM fodlers to gitignore (#4333) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/tracer's changelog.

2.25.2 (2025-08-26)

Maintenance

  • commons concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) (519cbfe)
  • parameters fix SonarQube code quality issues and optimize imports (#4359) (59a191d)

Improvements

  • logger use vitest env helpers in unit tests (#4360) (f9ea611)
  • logger mark private members as readonly and fix code quality issues (#4350) (5ac7712)
  • metrics emit warning when default dimensions are overwritten (#4287) (4c1bcc3)

Features

  • event-handler add function to convert Lambda proxy event to web response object (#4343) (6277e0d)
  • event-handler pass event, context and request objects into handler (#4329) (ea0e615)
Commits
  • 90c1ed3 improv(ci): Fixed the Make Release workflow permission issue (#4385)
  • 3d6414d chore(ci): bump version to 2.25.2 (#4383)
  • fd6a7d8 chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (#4380)
  • 9a7f623 chore(deps): bump tsx from 4.20.4 to 4.20.5 (#4379)
  • 4bd9867 chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...
  • ab78b57 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4376)
  • 089fa04 chore(deps-dev): bump @​biomejs/biome from 2.2.0 to 2.2.2 (#4381)
  • 19bf00b chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (#4...
  • 9b829f8 chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (#4372)
  • 7087f62 chore(deps): bump squidfunk/mkdocs-material from 405aeb6 to 1a4e939 in /d...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • `@dependabot show <depende...

Description has been truncated

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.25.1 to 2.25.2
- [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.25.1...v2.25.2)

Updates `@aws-lambda-powertools/logger` from 2.25.1 to 2.25.2
- [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.25.1...v2.25.2)

Updates `@aws-lambda-powertools/metrics` from 2.25.1 to 2.25.2
- [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.25.1...v2.25.2)

Updates `@aws-lambda-powertools/tracer` from 2.25.1 to 2.25.2
- [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.25.1...v2.25.2)

---
updated-dependencies:
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/metrics"
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/tracer"
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 2, 2025
@dependabot dependabot Bot requested a review from a team as a code owner September 2, 2025 13:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 2, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Sep 2, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@aws-lambda-powertools/parameters ^2.25.2 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Dependency-Update-Tool🟢 10update tool detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 10SAST tool is run on all commits
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/logger ^2.25.2 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Dependency-Update-Tool🟢 10update tool detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 10SAST tool is run on all commits
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/metrics ^2.25.2 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Dependency-Update-Tool🟢 10update tool detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 10SAST tool is run on all commits
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/tracer ^2.25.2 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Dependency-Update-Tool🟢 10update tool detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 10SAST tool is run on all commits
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/commons 2.25.2 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Dependency-Update-Tool🟢 10update tool detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 10SAST tool is run on all commits
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/logger 2.25.2 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Dependency-Update-Tool🟢 10update tool detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 10SAST tool is run on all commits
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/metrics 2.25.2 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Dependency-Update-Tool🟢 10update tool detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 10SAST tool is run on all commits
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/parameters 2.25.2 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Dependency-Update-Tool🟢 10update tool detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 10SAST tool is run on all commits
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/tracer 2.25.2 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Dependency-Update-Tool🟢 10update tool detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 10SAST tool is run on all commits
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations

Scanned Files

  • lambdas/functions/control-plane/package.json
  • lambdas/libs/aws-powertools-util/package.json
  • lambdas/yarn.lock

@npalm npalm merged commit 4997f31 into main Sep 3, 2025
6 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/aws-powertools-870a06fa51 branch September 3, 2025 20:08
npalm pushed a commit that referenced this pull request Sep 4, 2025
🤖 I have created a release *beep* *boop*
---


##
[6.7.6](v6.7.5...v6.7.6)
(2025-09-04)


### Bug Fixes

* **lambda:** bump @octokit/auth-app from 8.0.2 to 8.1.0 in /lambdas in
the octokit group
([#4740](#4740))
([6f2e4b1](6f2e4b1))
* **lambda:** bump cron-parser from 5.3.0 to 5.3.1 in /lambdas
([#4744](#4744))
([6ea4bca](6ea4bca))
* **lambda:** bump the aws group in /lambdas with 6 updates
([#4739](#4739))
([7639ceb](7639ceb))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([#4743](#4743))
([4997f31](4997f31))

---
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#4743)

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.25.1 to 2.25.2
<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.2</h2>
<h2>Summary</h2>
<p>In this release, the <code>setDefaultDimensions</code> method in the
<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a>
utility now emits a warning if an existing default dimension is
over-written, making it consistent with <code>addDimension</code> and
<code>addDimensions</code> methods:</p>
<p>⭐ Congratulations to <a
href="https://github.com/kawaaaa"><code>@​kawaaaa</code></a>, and <a
href="https://github.com/shrivarshapoojari"><code>@​shrivarshapoojari</code></a>
for their first PRs merged in the project 🎉</p>
<h2>Changes</h2>
<ul>
<li>improv(ci): Inherited the secrets for update ssm workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>feat(event-handler): add resolution logic to base router (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is
set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(ci): Moved the secrets expanded in the run block to env
variables (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): removed the secret inheritance and replaced with the
needed secrets (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): Added comments in workflow files triggering Excessive
Secret Exposure Alert (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): Automate the layer version tracking during the Make
Release workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(logger): use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
by <a href="https://github.com/dwrth"><code>@​dwrth</code></a></li>
<li>chore(parameters): fix SonarQube code quality issues and optimize
imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
by <a
href="https://github.com/shrivarshapoojari"><code>@​shrivarshapoojari</code></a></li>
<li>refactor(logger): mark private members as readonly and fix code
quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
by <a
href="https://github.com/kawaaaas"><code>@​kawaaaas</code></a></li>
<li>ci: switch e2e env in run-e2e-tests workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(metrics): emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv: decorate methods without destructuring args (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add function to convert Lambda proxy event to
web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(event-handler): pass event, context and request objects into
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: add Kiro &amp; other LLM fodlers to gitignore (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>405aeb6</code> to <code>1a4e939</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>improv(ci): Automate the SSM Parameter Update step of the release
workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>bb7b015</code> to <code>405aeb6</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.2.1 to 24.3.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<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>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the
typescript group across 1 directory (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump <code>@​biomejs/biome</code> from 2.2.0 to
2.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- 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.1...v2.25.2">2.25.2</a>
(2025-08-26)</h2>
<h3>Maintenance</h3>
<ul>
<li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when
one is set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li>
<li><strong>parameters</strong> fix SonarQube code quality issues and
optimize imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>logger</strong> use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li>
<li><strong>logger</strong> mark private members as readonly and fix
code quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li>
<li><strong>metrics</strong> emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add function to convert Lambda proxy
event to web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li>
<li><strong>event-handler</strong> pass event, context and request
objects into handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a>
improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a>
chore(ci): bump version to 2.25.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a>
chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a>
chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a>
chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript
group...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 3 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a>
chore(deps-dev): bump <code>@​biomejs/biome</code> from 2.2.0 to 2.2.2
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a>
chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a>
chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to
<code>1a4e939</code> in /d...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/logger` from 2.25.1 to 2.25.2
<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.2</h2>
<h2>Summary</h2>
<p>In this release, the <code>setDefaultDimensions</code> method in the
<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a>
utility now emits a warning if an existing default dimension is
over-written, making it consistent with <code>addDimension</code> and
<code>addDimensions</code> methods:</p>
<p>⭐ Congratulations to <a
href="https://github.com/kawaaaa"><code>@​kawaaaa</code></a>, and <a
href="https://github.com/shrivarshapoojari"><code>@​shrivarshapoojari</code></a>
for their first PRs merged in the project 🎉</p>
<h2>Changes</h2>
<ul>
<li>improv(ci): Inherited the secrets for update ssm workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>feat(event-handler): add resolution logic to base router (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is
set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(ci): Moved the secrets expanded in the run block to env
variables (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): removed the secret inheritance and replaced with the
needed secrets (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): Added comments in workflow files triggering Excessive
Secret Exposure Alert (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): Automate the layer version tracking during the Make
Release workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(logger): use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
by <a href="https://github.com/dwrth"><code>@​dwrth</code></a></li>
<li>chore(parameters): fix SonarQube code quality issues and optimize
imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
by <a
href="https://github.com/shrivarshapoojari"><code>@​shrivarshapoojari</code></a></li>
<li>refactor(logger): mark private members as readonly and fix code
quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
by <a
href="https://github.com/kawaaaas"><code>@​kawaaaas</code></a></li>
<li>ci: switch e2e env in run-e2e-tests workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(metrics): emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv: decorate methods without destructuring args (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add function to convert Lambda proxy event to
web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(event-handler): pass event, context and request objects into
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: add Kiro &amp; other LLM fodlers to gitignore (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>405aeb6</code> to <code>1a4e939</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>improv(ci): Automate the SSM Parameter Update step of the release
workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>bb7b015</code> to <code>405aeb6</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.2.1 to 24.3.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<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>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the
typescript group across 1 directory (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump <code>@​biomejs/biome</code> from 2.2.0 to
2.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- 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.1...v2.25.2">2.25.2</a>
(2025-08-26)</h2>
<h3>Maintenance</h3>
<ul>
<li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when
one is set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li>
<li><strong>parameters</strong> fix SonarQube code quality issues and
optimize imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>logger</strong> use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li>
<li><strong>logger</strong> mark private members as readonly and fix
code quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li>
<li><strong>metrics</strong> emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add function to convert Lambda proxy
event to web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li>
<li><strong>event-handler</strong> pass event, context and request
objects into handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a>
improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a>
chore(ci): bump version to 2.25.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a>
chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a>
chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a>
chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript
group...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 3 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a>
chore(deps-dev): bump <code>@​biomejs/biome</code> from 2.2.0 to 2.2.2
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a>
chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a>
chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to
<code>1a4e939</code> in /d...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/metrics` from 2.25.1 to 2.25.2
<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.2</h2>
<h2>Summary</h2>
<p>In this release, the <code>setDefaultDimensions</code> method in the
<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a>
utility now emits a warning if an existing default dimension is
over-written, making it consistent with <code>addDimension</code> and
<code>addDimensions</code> methods:</p>
<p>⭐ Congratulations to <a
href="https://github.com/kawaaaa"><code>@​kawaaaa</code></a>, and <a
href="https://github.com/shrivarshapoojari"><code>@​shrivarshapoojari</code></a>
for their first PRs merged in the project 🎉</p>
<h2>Changes</h2>
<ul>
<li>improv(ci): Inherited the secrets for update ssm workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>feat(event-handler): add resolution logic to base router (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is
set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(ci): Moved the secrets expanded in the run block to env
variables (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): removed the secret inheritance and replaced with the
needed secrets (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): Added comments in workflow files triggering Excessive
Secret Exposure Alert (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): Automate the layer version tracking during the Make
Release workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(logger): use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
by <a href="https://github.com/dwrth"><code>@​dwrth</code></a></li>
<li>chore(parameters): fix SonarQube code quality issues and optimize
imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
by <a
href="https://github.com/shrivarshapoojari"><code>@​shrivarshapoojari</code></a></li>
<li>refactor(logger): mark private members as readonly and fix code
quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
by <a
href="https://github.com/kawaaaas"><code>@​kawaaaas</code></a></li>
<li>ci: switch e2e env in run-e2e-tests workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(metrics): emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv: decorate methods without destructuring args (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add function to convert Lambda proxy event to
web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(event-handler): pass event, context and request objects into
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: add Kiro &amp; other LLM fodlers to gitignore (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>405aeb6</code> to <code>1a4e939</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>improv(ci): Automate the SSM Parameter Update step of the release
workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>bb7b015</code> to <code>405aeb6</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.2.1 to 24.3.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<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>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the
typescript group across 1 directory (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump <code>@​biomejs/biome</code> from 2.2.0 to
2.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- 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.1...v2.25.2">2.25.2</a>
(2025-08-26)</h2>
<h3>Maintenance</h3>
<ul>
<li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when
one is set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li>
<li><strong>parameters</strong> fix SonarQube code quality issues and
optimize imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>logger</strong> use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li>
<li><strong>logger</strong> mark private members as readonly and fix
code quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li>
<li><strong>metrics</strong> emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add function to convert Lambda proxy
event to web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li>
<li><strong>event-handler</strong> pass event, context and request
objects into handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a>
improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a>
chore(ci): bump version to 2.25.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a>
chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a>
chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a>
chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript
group...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 3 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a>
chore(deps-dev): bump <code>@​biomejs/biome</code> from 2.2.0 to 2.2.2
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a>
chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a>
chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to
<code>1a4e939</code> in /d...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/tracer` from 2.25.1 to 2.25.2
<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.2</h2>
<h2>Summary</h2>
<p>In this release, the <code>setDefaultDimensions</code> method in the
<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a>
utility now emits a warning if an existing default dimension is
over-written, making it consistent with <code>addDimension</code> and
<code>addDimensions</code> methods:</p>
<p>⭐ Congratulations to <a
href="https://github.com/kawaaaa"><code>@​kawaaaa</code></a>, and <a
href="https://github.com/shrivarshapoojari"><code>@​shrivarshapoojari</code></a>
for their first PRs merged in the project 🎉</p>
<h2>Changes</h2>
<ul>
<li>improv(ci): Inherited the secrets for update ssm workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>feat(event-handler): add resolution logic to base router (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is
set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(ci): Moved the secrets expanded in the run block to env
variables (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): removed the secret inheritance and replaced with the
needed secrets (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): Added comments in workflow files triggering Excessive
Secret Exposure Alert (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>improv(ci): Automate the layer version tracking during the Make
Release workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(logger): use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
by <a href="https://github.com/dwrth"><code>@​dwrth</code></a></li>
<li>chore(parameters): fix SonarQube code quality issues and optimize
imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
by <a
href="https://github.com/shrivarshapoojari"><code>@​shrivarshapoojari</code></a></li>
<li>refactor(logger): mark private members as readonly and fix code
quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
by <a
href="https://github.com/kawaaaas"><code>@​kawaaaas</code></a></li>
<li>ci: switch e2e env in run-e2e-tests workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(metrics): emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv: decorate methods without destructuring args (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add function to convert Lambda proxy event to
web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(event-handler): pass event, context and request objects into
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: add Kiro &amp; other LLM fodlers to gitignore (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>405aeb6</code> to <code>1a4e939</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>improv(ci): Automate the SSM Parameter Update step of the release
workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>bb7b015</code> to <code>405aeb6</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.2.1 to 24.3.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<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>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the
typescript group across 1 directory (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump <code>@​biomejs/biome</code> from 2.2.0 to
2.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- 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.1...v2.25.2">2.25.2</a>
(2025-08-26)</h2>
<h3>Maintenance</h3>
<ul>
<li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when
one is set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li>
<li><strong>parameters</strong> fix SonarQube code quality issues and
optimize imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>logger</strong> use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li>
<li><strong>logger</strong> mark private members as readonly and fix
code quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li>
<li><strong>metrics</strong> emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add function to convert Lambda proxy
event to web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li>
<li><strong>event-handler</strong> pass event, context and request
objects into handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a>
improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a>
chore(ci): bump version to 2.25.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a>
chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a>
chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a>
chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript
group...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 3 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a>
chore(deps-dev): bump <code>@​biomejs/biome</code> from 2.2.0 to 2.2.2
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a>
chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a>
chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to
<code>1a4e939</code> in /d...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge`…
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.6](github-aws-runners/terraform-aws-github-runner@v6.7.5...v6.7.6)
(2025-09-04)


### Bug Fixes

* **lambda:** bump @octokit/auth-app from 8.0.2 to 8.1.0 in /lambdas in
the octokit group
([github-aws-runners#4740](github-aws-runners#4740))
([6f2e4b1](github-aws-runners@6f2e4b1))
* **lambda:** bump cron-parser from 5.3.0 to 5.3.1 in /lambdas
([github-aws-runners#4744](github-aws-runners#4744))
([6ea4bca](github-aws-runners@6ea4bca))
* **lambda:** bump the aws group in /lambdas with 6 updates
([github-aws-runners#4739](github-aws-runners#4739))
([7639ceb](github-aws-runners@7639ceb))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([github-aws-runners#4743](github-aws-runners#4743))
([4997f31](github-aws-runners@4997f31))

---
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant