Skip to content

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

Merged
npalm merged 1 commit into
mainfrom
dependabot/npm_and_yarn/lambdas/aws-powertools-a476e64d58
Aug 7, 2025
Merged

fix(lambda): bump the aws-powertools group in /lambdas with 4 updates#4694
npalm merged 1 commit into
mainfrom
dependabot/npm_and_yarn/lambdas/aws-powertools-a476e64d58

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2025

Copy link
Copy Markdown
Contributor

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.24.0 to 2.24.1

Release notes

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

v2.24.1

Summary

In this release we have improved runtime validations in the Metrics utility, ensuring that invalid metrics are not sent to CloudWatch and avoiding data loss.

Furthermore, we now only support Zod 4.x. Using Zod 3.x with the Parser utility will result in a build-time error.

⭐ Congratulations @​JonkaSusaki and @​uttam282005 for their first PRs merged in the project 🎉

Metrics Runtime Validations

Docs

Before this release, if you published invalid metrics they could fail silently, leading to data loss. Now Lambda will throw an error if the following constraints do not hold:

  • Metric Name: Validated according to CloudWatch constraints
  • Metric Value: Validated for numeric values
  • Metric Unit: Validated for allowed units
  • Metric Resolution: Validated for allowed resolutions
  • Dimension Name: Both Dimension name and value are validated for non empty, non-null values.

Changes

  • fix(metrics): revert changes when raise warning with overridden default dimensions (#4226) by @​svozza
  • fix(metrics): emit warning when default dimensions are overwritten (#4222) by @​uttam282005
  • refactor(event-handler): replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) by @​JonkaSusaki
  • ci: fix version output interpolation in make-version workflow (#4220) by @​dreamorosi
  • ci: set version number correctly when versioning (#4219) by @​dreamorosi
  • feat(event-handler): add route management system for ApiGw event handler (#4211) by @​svozza
  • ci: update make-release.yml workflow to use latest upstream (#4215) by @​dreamorosi
  • ci: remove local create-pr action (#4213) by @​dreamorosi
  • improv(maintenance): Removed some unused assignments and added missing error handling (#4208) by @​sdangol
  • ci: remove lerna version (#4201) by @​dreamorosi
  • refactor(ci): Updated the publish command in the CI to use npm publish instead of lerna publish (#4195) by @​sdangol
  • refactor(metrics): replace EnvironmentVariablesService with cached #envConfig (#4188) by @​uttam282005
  • improv(metrics): Added runtime validations for the metrics utility functions (#4181) by @​sdangol
  • refactor(parameters): replace EnvironmentVariablesService class with helper functions in Parameters (#4168) by @​JonkaSusaki

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.24.1 (2025-07-29)

Bug Fixes

  • metrics revert changes when raise warning with overridden default dimensions (#4226) (c9d6aa0)
  • metrics emit warning when default dimensions are overwritten (#4222) (a933a6a)
  • parser set zod peer range to 4.x (#4196) (7a65fcf)

Improvements

  • metrics replace EnvironmentVariablesService with cached #envConfig (#4188) (919063b)
  • metrics add runtime validations when adding dimensions (#4181) (4226058)
  • parameters replace EnvironmentVariablesService class with helper functions in Parameters (#4168) (ce4e618)
  • event-handler replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) (d17818e)

Features

  • event-handler add route management system for ApiGw event handler (#4211) (c2cbb64)
  • event-handler add base router class (#3972) (3d4998c)
Commits
  • fc26144 chore(ci): bump version to 2.24.1 (#4231)
  • c9d6aa0 fix(metrics): revert changes when raise warning with overridden default dimen...
  • a933a6a fix(metrics): emit warning when default dimensions are overwritten (#4222)
  • d17818e refactor(event-handler): replace EnvironmentVariablesService class with helpe...
  • fea274f ci: fix version output interpolation in make-version workflow (#4220)
  • 7bc1121 ci: set version number correctly when versioning (#4219)
  • c2cbb64 feat(event-handler): add route management system for ApiGw event handler (#4211)
  • 0c12440 ci: update make-release.yml workflow to use latest upstream (#4215)
  • 94ebf16 chore(deps): bump @​types/aws-lambda from 8.10.150 to 8.10.152 (#4205)
  • b1f7fee ci: remove local create-pr action (#4213)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/logger from 2.24.0 to 2.24.1

Release notes

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

v2.24.1

Summary

In this release we have improved runtime validations in the Metrics utility, ensuring that invalid metrics are not sent to CloudWatch and avoiding data loss.

Furthermore, we now only support Zod 4.x. Using Zod 3.x with the Parser utility will result in a build-time error.

⭐ Congratulations @​JonkaSusaki and @​uttam282005 for their first PRs merged in the project 🎉

Metrics Runtime Validations

Docs

Before this release, if you published invalid metrics they could fail silently, leading to data loss. Now Lambda will throw an error if the following constraints do not hold:

  • Metric Name: Validated according to CloudWatch constraints
  • Metric Value: Validated for numeric values
  • Metric Unit: Validated for allowed units
  • Metric Resolution: Validated for allowed resolutions
  • Dimension Name: Both Dimension name and value are validated for non empty, non-null values.

Changes

  • fix(metrics): revert changes when raise warning with overridden default dimensions (#4226) by @​svozza
  • fix(metrics): emit warning when default dimensions are overwritten (#4222) by @​uttam282005
  • refactor(event-handler): replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) by @​JonkaSusaki
  • ci: fix version output interpolation in make-version workflow (#4220) by @​dreamorosi
  • ci: set version number correctly when versioning (#4219) by @​dreamorosi
  • feat(event-handler): add route management system for ApiGw event handler (#4211) by @​svozza
  • ci: update make-release.yml workflow to use latest upstream (#4215) by @​dreamorosi
  • ci: remove local create-pr action (#4213) by @​dreamorosi
  • improv(maintenance): Removed some unused assignments and added missing error handling (#4208) by @​sdangol
  • ci: remove lerna version (#4201) by @​dreamorosi
  • refactor(ci): Updated the publish command in the CI to use npm publish instead of lerna publish (#4195) by @​sdangol
  • refactor(metrics): replace EnvironmentVariablesService with cached #envConfig (#4188) by @​uttam282005
  • improv(metrics): Added runtime validations for the metrics utility functions (#4181) by @​sdangol
  • refactor(parameters): replace EnvironmentVariablesService class with helper functions in Parameters (#4168) by @​JonkaSusaki

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.24.1 (2025-07-29)

Bug Fixes

  • metrics revert changes when raise warning with overridden default dimensions (#4226) (c9d6aa0)
  • metrics emit warning when default dimensions are overwritten (#4222) (a933a6a)
  • parser set zod peer range to 4.x (#4196) (7a65fcf)

Improvements

  • metrics replace EnvironmentVariablesService with cached #envConfig (#4188) (919063b)
  • metrics add runtime validations when adding dimensions (#4181) (4226058)
  • parameters replace EnvironmentVariablesService class with helper functions in Parameters (#4168) (ce4e618)
  • event-handler replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) (d17818e)

Features

  • event-handler add route management system for ApiGw event handler (#4211) (c2cbb64)
  • event-handler add base router class (#3972) (3d4998c)
Commits
  • fc26144 chore(ci): bump version to 2.24.1 (#4231)
  • c9d6aa0 fix(metrics): revert changes when raise warning with overridden default dimen...
  • a933a6a fix(metrics): emit warning when default dimensions are overwritten (#4222)
  • d17818e refactor(event-handler): replace EnvironmentVariablesService class with helpe...
  • fea274f ci: fix version output interpolation in make-version workflow (#4220)
  • 7bc1121 ci: set version number correctly when versioning (#4219)
  • c2cbb64 feat(event-handler): add route management system for ApiGw event handler (#4211)
  • 0c12440 ci: update make-release.yml workflow to use latest upstream (#4215)
  • 94ebf16 chore(deps): bump @​types/aws-lambda from 8.10.150 to 8.10.152 (#4205)
  • b1f7fee ci: remove local create-pr action (#4213)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/metrics from 2.24.0 to 2.24.1

Release notes

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

v2.24.1

Summary

In this release we have improved runtime validations in the Metrics utility, ensuring that invalid metrics are not sent to CloudWatch and avoiding data loss.

Furthermore, we now only support Zod 4.x. Using Zod 3.x with the Parser utility will result in a build-time error.

⭐ Congratulations @​JonkaSusaki and @​uttam282005 for their first PRs merged in the project 🎉

Metrics Runtime Validations

Docs

Before this release, if you published invalid metrics they could fail silently, leading to data loss. Now Lambda will throw an error if the following constraints do not hold:

  • Metric Name: Validated according to CloudWatch constraints
  • Metric Value: Validated for numeric values
  • Metric Unit: Validated for allowed units
  • Metric Resolution: Validated for allowed resolutions
  • Dimension Name: Both Dimension name and value are validated for non empty, non-null values.

Changes

  • fix(metrics): revert changes when raise warning with overridden default dimensions (#4226) by @​svozza
  • fix(metrics): emit warning when default dimensions are overwritten (#4222) by @​uttam282005
  • refactor(event-handler): replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) by @​JonkaSusaki
  • ci: fix version output interpolation in make-version workflow (#4220) by @​dreamorosi
  • ci: set version number correctly when versioning (#4219) by @​dreamorosi
  • feat(event-handler): add route management system for ApiGw event handler (#4211) by @​svozza
  • ci: update make-release.yml workflow to use latest upstream (#4215) by @​dreamorosi
  • ci: remove local create-pr action (#4213) by @​dreamorosi
  • improv(maintenance): Removed some unused assignments and added missing error handling (#4208) by @​sdangol
  • ci: remove lerna version (#4201) by @​dreamorosi
  • refactor(ci): Updated the publish command in the CI to use npm publish instead of lerna publish (#4195) by @​sdangol
  • refactor(metrics): replace EnvironmentVariablesService with cached #envConfig (#4188) by @​uttam282005
  • improv(metrics): Added runtime validations for the metrics utility functions (#4181) by @​sdangol
  • refactor(parameters): replace EnvironmentVariablesService class with helper functions in Parameters (#4168) by @​JonkaSusaki

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.24.1 (2025-07-29)

Bug Fixes

  • metrics revert changes when raise warning with overridden default dimensions (#4226) (c9d6aa0)
  • metrics emit warning when default dimensions are overwritten (#4222) (a933a6a)
  • parser set zod peer range to 4.x (#4196) (7a65fcf)

Improvements

  • metrics replace EnvironmentVariablesService with cached #envConfig (#4188) (919063b)
  • metrics add runtime validations when adding dimensions (#4181) (4226058)
  • parameters replace EnvironmentVariablesService class with helper functions in Parameters (#4168) (ce4e618)
  • event-handler replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) (d17818e)

Features

  • event-handler add route management system for ApiGw event handler (#4211) (c2cbb64)
  • event-handler add base router class (#3972) (3d4998c)
Commits
  • fc26144 chore(ci): bump version to 2.24.1 (#4231)
  • c9d6aa0 fix(metrics): revert changes when raise warning with overridden default dimen...
  • a933a6a fix(metrics): emit warning when default dimensions are overwritten (#4222)
  • d17818e refactor(event-handler): replace EnvironmentVariablesService class with helpe...
  • fea274f ci: fix version output interpolation in make-version workflow (#4220)
  • 7bc1121 ci: set version number correctly when versioning (#4219)
  • c2cbb64 feat(event-handler): add route management system for ApiGw event handler (#4211)
  • 0c12440 ci: update make-release.yml workflow to use latest upstream (#4215)
  • 94ebf16 chore(deps): bump @​types/aws-lambda from 8.10.150 to 8.10.152 (#4205)
  • b1f7fee ci: remove local create-pr action (#4213)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/tracer from 2.24.0 to 2.24.1

Release notes

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

v2.24.1

Summary

In this release we have improved runtime validations in the Metrics utility, ensuring that invalid metrics are not sent to CloudWatch and avoiding data loss.

Furthermore, we now only support Zod 4.x. Using Zod 3.x with the Parser utility will result in a build-time error.

⭐ Congratulations @​JonkaSusaki and @​uttam282005 for their first PRs merged in the project 🎉

Metrics Runtime Validations

Docs

Before this release, if you published invalid metrics they could fail silently, leading to data loss. Now Lambda will throw an error if the following constraints do not hold:

  • Metric Name: Validated according to CloudWatch constraints
  • Metric Value: Validated for numeric values
  • Metric Unit: Validated for allowed units
  • Metric Resolution: Validated for allowed resolutions
  • Dimension Name: Both Dimension name and value are validated for non empty, non-null values.

Changes

  • fix(metrics): revert changes when raise warning with overridden default dimensions (#4226) by @​svozza
  • fix(metrics): emit warning when default dimensions are overwritten (#4222) by @​uttam282005
  • refactor(event-handler): replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) by @​JonkaSusaki
  • ci: fix version output interpolation in make-version workflow (#4220) by @​dreamorosi
  • ci: set version number correctly when versioning (#4219) by @​dreamorosi
  • feat(event-handler): add route management system for ApiGw event handler (#4211) by @​svozza
  • ci: update make-release.yml workflow to use latest upstream (#4215) by @​dreamorosi
  • ci: remove local create-pr action (#4213) by @​dreamorosi
  • improv(maintenance): Removed some unused assignments and added missing error handling (#4208) by @​sdangol
  • ci: remove lerna version (#4201) by @​dreamorosi
  • refactor(ci): Updated the publish command in the CI to use npm publish instead of lerna publish (#4195) by @​sdangol
  • refactor(metrics): replace EnvironmentVariablesService with cached #envConfig (#4188) by @​uttam282005
  • improv(metrics): Added runtime validations for the metrics utility functions (#4181) by @​sdangol
  • refactor(parameters): replace EnvironmentVariablesService class with helper functions in Parameters (#4168) by @​JonkaSusaki

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.24.1 (2025-07-29)

Bug Fixes

  • metrics revert changes when raise warning with overridden default dimensions (#4226) (c9d6aa0)
  • metrics emit warning when default dimensions are overwritten (#4222) (a933a6a)
  • parser set zod peer range to 4.x (#4196) (7a65fcf)

Improvements

  • metrics replace EnvironmentVariablesService with cached #envConfig (#4188) (919063b)
  • metrics add runtime validations when adding dimensions (#4181) (4226058)
  • parameters replace EnvironmentVariablesService class with helper functions in Parameters (#4168) (ce4e618)
  • event-handler replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) (d17818e)

Features

  • event-handler add route management system for ApiGw event handler (#4211) (c2cbb64)
  • event-handler add base router class (#3972) (3d4998c)
Commits
  • fc26144 chore(ci): bump version to 2.24.1 (#4231)
  • c9d6aa0 fix(metrics): revert changes when raise warning with overridden default dimen...
  • a933a6a fix(metrics): emit warning when default dimensions are overwritten (#4222)
  • d17818e refactor(event-handler): replace EnvironmentVariablesService class with helpe...
  • fea274f ci: fix version output interpolation in make-version workflow (#4220)
  • 7bc1121 ci: set version number correctly when versioning (#4219)
  • c2cbb64 feat(event-handler): add route management system for ApiGw event handler (#4211)
  • 0c12440 ci: update make-release.yml workflow to use latest upstream (#4215)
  • 94ebf16 chore(deps): bump @​types/aws-lambda from 8.10.150 to 8.10.152 (#4205)
  • b1f7fee ci: remove local create-pr action (#4213)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2025
@dependabot
dependabot Bot requested a review from a team as a code owner August 5, 2025 01:29
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2025
@github-actions

github-actions Bot commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

Dependency Review

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

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@aws-lambda-powertools/parameters ^2.24.1 🟢 9.3
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
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
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
License🟢 10license file detected
CII-Best-Practices🟢 5badge detected: Passing
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
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 10 contributing companies or organizations
npm/@aws-lambda-powertools/logger ^2.24.1 🟢 9.3
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
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
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
License🟢 10license file detected
CII-Best-Practices🟢 5badge detected: Passing
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
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 10 contributing companies or organizations
npm/@aws-lambda-powertools/metrics ^2.24.1 🟢 9.3
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
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
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
License🟢 10license file detected
CII-Best-Practices🟢 5badge detected: Passing
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
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 10 contributing companies or organizations
npm/@aws-lambda-powertools/tracer ^2.24.1 🟢 9.3
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
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
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
License🟢 10license file detected
CII-Best-Practices🟢 5badge detected: Passing
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
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 10 contributing companies or organizations
npm/@aws-lambda-powertools/commons 2.24.1 🟢 9.3
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
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
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
License🟢 10license file detected
CII-Best-Practices🟢 5badge detected: Passing
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
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 10 contributing companies or organizations
npm/@aws-lambda-powertools/logger 2.24.1 🟢 9.3
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
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
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
License🟢 10license file detected
CII-Best-Practices🟢 5badge detected: Passing
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
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 10 contributing companies or organizations
npm/@aws-lambda-powertools/metrics 2.24.1 🟢 9.3
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
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
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
License🟢 10license file detected
CII-Best-Practices🟢 5badge detected: Passing
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
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 10 contributing companies or organizations
npm/@aws-lambda-powertools/parameters 2.24.1 🟢 9.3
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
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
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
License🟢 10license file detected
CII-Best-Practices🟢 5badge detected: Passing
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
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 10 contributing companies or organizations
npm/@aws-lambda-powertools/tracer 2.24.1 🟢 9.3
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
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
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
License🟢 10license file detected
CII-Best-Practices🟢 5badge detected: Passing
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
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 10 contributing companies or organizations

Scanned Files

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

npalm
npalm previously approved these changes Aug 7, 2025
@npalm

npalm commented Aug 7, 2025

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/lambdas/aws-powertools-a476e64d58 branch from 5542048 to 4854211 Compare August 7, 2025 20:31
Bumps the aws-powertools group in /lambdas with 4 updates: [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) and [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript).


Updates `@aws-lambda-powertools/parameters` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.24.0...v2.24.1)

Updates `@aws-lambda-powertools/logger` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.24.0...v2.24.1)

Updates `@aws-lambda-powertools/metrics` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.24.0...v2.24.1)

Updates `@aws-lambda-powertools/tracer` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.24.0...v2.24.1)

---
updated-dependencies:
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-version: 2.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-version: 2.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/metrics"
  dependency-version: 2.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/tracer"
  dependency-version: 2.24.1
  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 force-pushed the dependabot/npm_and_yarn/lambdas/aws-powertools-a476e64d58 branch from 4854211 to bb6960e Compare August 7, 2025 20:33
@npalm
npalm merged commit 221333e into main Aug 7, 2025
6 checks passed
@npalm
npalm deleted the dependabot/npm_and_yarn/lambdas/aws-powertools-a476e64d58 branch August 7, 2025 20:35
npalm pushed a commit that referenced this pull request Aug 7, 2025
🤖 I have created a release *beep* *boop*
---


##
[6.7.3](v6.7.2...v6.7.3)
(2025-08-07)


### Bug Fixes

* **lambda:** bump @octokit/webhooks from 14.1.1 to 14.1.3 in /lambdas
in the octokit group
([#4689](#4689))
([2408057](2408057))
* **lambda:** bump the aws group in /lambdas with 6 updates
([#4693](#4693))
([bfa2d0d](bfa2d0d))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([#4694](#4694))
([221333e](221333e))
* **lambda:** bump tmp from 0.2.1 to 0.2.4 in /lambdas
([#4697](#4697))
([ed884e1](ed884e1))

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

Bumps the aws-powertools group in /lambdas with 4 updates:
[@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript),
[@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript),
[@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript)
and
[@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript).

Updates `@aws-lambda-powertools/parameters` from 2.24.0 to 2.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/parameters</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.24.1</h2>
<h2>Summary</h2>
<p>In this release we have improved runtime validations in the Metrics
utility, ensuring that invalid metrics are not sent to CloudWatch and
avoiding data loss.</p>
<p>Furthermore, we now only support Zod 4.x. Using Zod 3.x with the
Parser utility will result in a build-time error.</p>
<p>⭐ Congratulations <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a> and
<a href="https://github.com/uttam282005"><code>@​uttam282005</code></a>
for their first PRs merged in the project 🎉</p>
<h3>Metrics Runtime Validations</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/metrics/">Docs</a></p>
</blockquote>
<p>Before this release, if you published invalid metrics they could fail
silently, leading to data loss. Now Lambda will throw an error if the
following constraints do not hold:</p>
<ul>
<li>Metric Name: Validated according to CloudWatch <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">constraints</a></li>
<li>Metric Value: Validated for numeric values</li>
<li>Metric Unit: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Unit">units</a></li>
<li>Metric Resolution: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Resolution_definition">resolutions</a></li>
<li>Dimension Name: Both Dimension name and value are validated for non
empty, non-null values.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>fix(metrics): revert changes when raise warning with overridden
default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(metrics): emit warning when default dimensions are overwritten
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>refactor(event-handler): replace EnvironmentVariablesService class
with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
<li>ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add route management system for ApiGw event
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: update <code>make-release.yml</code> workflow to use latest
upstream (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(maintenance): Removed some unused assignments and added
missing error handling (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4208">#4208</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>ci: remove <code>lerna version</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4201">#4201</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>refactor(ci): Updated the publish command in the CI to use <code>npm
publish</code> instead of <code>lerna publish</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4195">#4195</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(metrics): replace EnvironmentVariablesService with cached
#envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv(metrics): Added runtime validations for the metrics utility
functions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(parameters): replace EnvironmentVariablesService class with
helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat(event-handler): add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump esbuild from 0.25.6 to 0.25.8 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4200">#4200</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 2
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4192">#4192</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.0.14 to 24.1.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4193">#4193</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 9
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4186">#4186</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.24.0...v2.24.1">2.24.1</a>
(2025-07-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics</strong> revert changes when raise warning with
overridden default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc">c9d6aa0</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/4222">#4222</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da">a933a6a</a>)</li>
<li><strong>parser</strong> set zod peer range to 4.x (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4196">#4196</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a65fcf9759ac1a1f072ef5442ee8b0767705a92">7a65fcf</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>metrics</strong> replace EnvironmentVariablesService with
cached #envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919063bc10f15b55f84c183208274836ae1d367e">919063b</a>)</li>
<li><strong>metrics</strong> add runtime validations when adding
dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/42260585eb84de373c6ae5daaf5d541dd5f78ec1">4226058</a>)</li>
<li><strong>parameters</strong> replace EnvironmentVariablesService
class with helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ce4e6181ffed20153f3743707fdd31f68f392e0c">ce4e618</a>)</li>
<li><strong>event-handler</strong> replace EnvironmentVariablesService
class with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670">d17818e</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add route management system for ApiGw
event handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3">c2cbb64</a>)</li>
<li><strong>event-handler</strong> add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d4998cda6c1b8c1bea47d5c6a9fe760b6e957fb">3d4998c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc261446612028757eb8ea95ca90e31f2a164c11"><code>fc26144</code></a>
chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc"><code>c9d6aa0</code></a>
fix(metrics): revert changes when raise warning with overridden default
dimen...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da"><code>a933a6a</code></a>
fix(metrics): emit warning when default dimensions are overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670"><code>d17818e</code></a>
refactor(event-handler): replace EnvironmentVariablesService class with
helpe...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fea274febb44969bc43f9e6e8e5e70cb9ee57f3c"><code>fea274f</code></a>
ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bc1121745739e169788618a801965a0cd7bb616"><code>7bc1121</code></a>
ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3"><code>c2cbb64</code></a>
feat(event-handler): add route management system for ApiGw event handler
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0c124409deaf43788c020cfb850ed0d7b48918e5"><code>0c12440</code></a>
ci: update <code>make-release.yml</code> workflow to use latest upstream
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94ebf168a00684bb9e26db48e54dc0e628a4687f"><code>94ebf16</code></a>
chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b1f7feeb91830b84692383b2b88b392fd8b18f7a"><code>b1f7fee</code></a>
ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.0...v2.24.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/logger` from 2.24.0 to 2.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/logger</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.24.1</h2>
<h2>Summary</h2>
<p>In this release we have improved runtime validations in the Metrics
utility, ensuring that invalid metrics are not sent to CloudWatch and
avoiding data loss.</p>
<p>Furthermore, we now only support Zod 4.x. Using Zod 3.x with the
Parser utility will result in a build-time error.</p>
<p>⭐ Congratulations <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a> and
<a href="https://github.com/uttam282005"><code>@​uttam282005</code></a>
for their first PRs merged in the project 🎉</p>
<h3>Metrics Runtime Validations</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/metrics/">Docs</a></p>
</blockquote>
<p>Before this release, if you published invalid metrics they could fail
silently, leading to data loss. Now Lambda will throw an error if the
following constraints do not hold:</p>
<ul>
<li>Metric Name: Validated according to CloudWatch <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">constraints</a></li>
<li>Metric Value: Validated for numeric values</li>
<li>Metric Unit: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Unit">units</a></li>
<li>Metric Resolution: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Resolution_definition">resolutions</a></li>
<li>Dimension Name: Both Dimension name and value are validated for non
empty, non-null values.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>fix(metrics): revert changes when raise warning with overridden
default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(metrics): emit warning when default dimensions are overwritten
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>refactor(event-handler): replace EnvironmentVariablesService class
with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
<li>ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add route management system for ApiGw event
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: update <code>make-release.yml</code> workflow to use latest
upstream (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(maintenance): Removed some unused assignments and added
missing error handling (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4208">#4208</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>ci: remove <code>lerna version</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4201">#4201</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>refactor(ci): Updated the publish command in the CI to use <code>npm
publish</code> instead of <code>lerna publish</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4195">#4195</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(metrics): replace EnvironmentVariablesService with cached
#envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv(metrics): Added runtime validations for the metrics utility
functions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(parameters): replace EnvironmentVariablesService class with
helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat(event-handler): add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump esbuild from 0.25.6 to 0.25.8 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4200">#4200</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 2
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4192">#4192</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.0.14 to 24.1.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4193">#4193</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 9
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4186">#4186</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.24.0...v2.24.1">2.24.1</a>
(2025-07-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics</strong> revert changes when raise warning with
overridden default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc">c9d6aa0</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/4222">#4222</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da">a933a6a</a>)</li>
<li><strong>parser</strong> set zod peer range to 4.x (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4196">#4196</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a65fcf9759ac1a1f072ef5442ee8b0767705a92">7a65fcf</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>metrics</strong> replace EnvironmentVariablesService with
cached #envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919063bc10f15b55f84c183208274836ae1d367e">919063b</a>)</li>
<li><strong>metrics</strong> add runtime validations when adding
dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/42260585eb84de373c6ae5daaf5d541dd5f78ec1">4226058</a>)</li>
<li><strong>parameters</strong> replace EnvironmentVariablesService
class with helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ce4e6181ffed20153f3743707fdd31f68f392e0c">ce4e618</a>)</li>
<li><strong>event-handler</strong> replace EnvironmentVariablesService
class with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670">d17818e</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add route management system for ApiGw
event handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3">c2cbb64</a>)</li>
<li><strong>event-handler</strong> add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d4998cda6c1b8c1bea47d5c6a9fe760b6e957fb">3d4998c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc261446612028757eb8ea95ca90e31f2a164c11"><code>fc26144</code></a>
chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc"><code>c9d6aa0</code></a>
fix(metrics): revert changes when raise warning with overridden default
dimen...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da"><code>a933a6a</code></a>
fix(metrics): emit warning when default dimensions are overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670"><code>d17818e</code></a>
refactor(event-handler): replace EnvironmentVariablesService class with
helpe...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fea274febb44969bc43f9e6e8e5e70cb9ee57f3c"><code>fea274f</code></a>
ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bc1121745739e169788618a801965a0cd7bb616"><code>7bc1121</code></a>
ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3"><code>c2cbb64</code></a>
feat(event-handler): add route management system for ApiGw event handler
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0c124409deaf43788c020cfb850ed0d7b48918e5"><code>0c12440</code></a>
ci: update <code>make-release.yml</code> workflow to use latest upstream
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94ebf168a00684bb9e26db48e54dc0e628a4687f"><code>94ebf16</code></a>
chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b1f7feeb91830b84692383b2b88b392fd8b18f7a"><code>b1f7fee</code></a>
ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.0...v2.24.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/metrics` from 2.24.0 to 2.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/metrics</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.24.1</h2>
<h2>Summary</h2>
<p>In this release we have improved runtime validations in the Metrics
utility, ensuring that invalid metrics are not sent to CloudWatch and
avoiding data loss.</p>
<p>Furthermore, we now only support Zod 4.x. Using Zod 3.x with the
Parser utility will result in a build-time error.</p>
<p>⭐ Congratulations <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a> and
<a href="https://github.com/uttam282005"><code>@​uttam282005</code></a>
for their first PRs merged in the project 🎉</p>
<h3>Metrics Runtime Validations</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/metrics/">Docs</a></p>
</blockquote>
<p>Before this release, if you published invalid metrics they could fail
silently, leading to data loss. Now Lambda will throw an error if the
following constraints do not hold:</p>
<ul>
<li>Metric Name: Validated according to CloudWatch <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">constraints</a></li>
<li>Metric Value: Validated for numeric values</li>
<li>Metric Unit: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Unit">units</a></li>
<li>Metric Resolution: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Resolution_definition">resolutions</a></li>
<li>Dimension Name: Both Dimension name and value are validated for non
empty, non-null values.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>fix(metrics): revert changes when raise warning with overridden
default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(metrics): emit warning when default dimensions are overwritten
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>refactor(event-handler): replace EnvironmentVariablesService class
with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
<li>ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add route management system for ApiGw event
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: update <code>make-release.yml</code> workflow to use latest
upstream (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(maintenance): Removed some unused assignments and added
missing error handling (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4208">#4208</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>ci: remove <code>lerna version</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4201">#4201</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>refactor(ci): Updated the publish command in the CI to use <code>npm
publish</code> instead of <code>lerna publish</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4195">#4195</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(metrics): replace EnvironmentVariablesService with cached
#envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv(metrics): Added runtime validations for the metrics utility
functions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(parameters): replace EnvironmentVariablesService class with
helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat(event-handler): add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump esbuild from 0.25.6 to 0.25.8 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4200">#4200</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 2
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4192">#4192</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.0.14 to 24.1.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4193">#4193</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 9
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4186">#4186</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.24.0...v2.24.1">2.24.1</a>
(2025-07-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics</strong> revert changes when raise warning with
overridden default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc">c9d6aa0</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/4222">#4222</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da">a933a6a</a>)</li>
<li><strong>parser</strong> set zod peer range to 4.x (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4196">#4196</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a65fcf9759ac1a1f072ef5442ee8b0767705a92">7a65fcf</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>metrics</strong> replace EnvironmentVariablesService with
cached #envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919063bc10f15b55f84c183208274836ae1d367e">919063b</a>)</li>
<li><strong>metrics</strong> add runtime validations when adding
dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/42260585eb84de373c6ae5daaf5d541dd5f78ec1">4226058</a>)</li>
<li><strong>parameters</strong> replace EnvironmentVariablesService
class with helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ce4e6181ffed20153f3743707fdd31f68f392e0c">ce4e618</a>)</li>
<li><strong>event-handler</strong> replace EnvironmentVariablesService
class with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670">d17818e</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add route management system for ApiGw
event handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3">c2cbb64</a>)</li>
<li><strong>event-handler</strong> add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d4998cda6c1b8c1bea47d5c6a9fe760b6e957fb">3d4998c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc261446612028757eb8ea95ca90e31f2a164c11"><code>fc26144</code></a>
chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc"><code>c9d6aa0</code></a>
fix(metrics): revert changes when raise warning with overridden default
dimen...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da"><code>a933a6a</code></a>
fix(metrics): emit warning when default dimensions are overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670"><code>d17818e</code></a>
refactor(event-handler): replace EnvironmentVariablesService class with
helpe...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fea274febb44969bc43f9e6e8e5e70cb9ee57f3c"><code>fea274f</code></a>
ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bc1121745739e169788618a801965a0cd7bb616"><code>7bc1121</code></a>
ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3"><code>c2cbb64</code></a>
feat(event-handler): add route management system for ApiGw event handler
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0c124409deaf43788c020cfb850ed0d7b48918e5"><code>0c12440</code></a>
ci: update <code>make-release.yml</code> workflow to use latest upstream
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94ebf168a00684bb9e26db48e54dc0e628a4687f"><code>94ebf16</code></a>
chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b1f7feeb91830b84692383b2b88b392fd8b18f7a"><code>b1f7fee</code></a>
ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.0...v2.24.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/tracer` from 2.24.0 to 2.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/tracer</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.24.1</h2>
<h2>Summary</h2>
<p>In this release we have improved runtime validations in the Metrics
utility, ensuring that invalid metrics are not sent to CloudWatch and
avoiding data loss.</p>
<p>Furthermore, we now only support Zod 4.x. Using Zod 3.x with the
Parser utility will result in a build-time error.</p>
<p>⭐ Congratulations <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a> and
<a href="https://github.com/uttam282005"><code>@​uttam282005</code></a>
for their first PRs merged in the project 🎉</p>
<h3>Metrics Runtime Validations</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/metrics/">Docs</a></p>
</blockquote>
<p>Before this release, if you published invalid metrics they could fail
silently, leading to data loss. Now Lambda will throw an error if the
following constraints do not hold:</p>
<ul>
<li>Metric Name: Validated according to CloudWatch <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">constraints</a></li>
<li>Metric Value: Validated for numeric values</li>
<li>Metric Unit: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Unit">units</a></li>
<li>Metric Resolution: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Resolution_definition">resolutions</a></li>
<li>Dimension Name: Both Dimension name and value are validated for non
empty, non-null values.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>fix(metrics): revert changes when raise warning with overridden
default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(metrics): emit warning when default dimensions are overwritten
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>refactor(event-handler): replace EnvironmentVariablesService class
with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
<li>ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add route management system for ApiGw event
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: update <code>make-release.yml</code> workflow to use latest
upstream (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(maintenance): Removed some unused assignments and added
missing error handling (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4208">#4208</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>ci: remove <code>lerna version</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4201">#4201</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>refactor(ci): Updated the publish command in the CI to use <code>npm
publish</code> instead of <code>lerna publish</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4195">#4195</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(metrics): replace EnvironmentVariablesService with cached
#envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv(metrics): Added runtime validations for the metrics utility
functions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(parameters): replace EnvironmentVariablesService class with
helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat(event-handler): add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump esbuild from 0.25.6 to 0.25.8 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4200">#4200</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 2
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4192">#4192</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.0.14 to 24.1.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4193">#4193</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 9
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4186">#4186</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.24.0...v2.24.1">2.24.1</a>
(2025-07-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics</strong> revert changes when raise warning with
overridden default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc">c9d6aa0</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/4222">#4222</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da">a933a6a</a>)</li>
<li><strong>parser</strong> set zod peer range to 4.x (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4196">#4196</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a65fcf9759ac1a1f072ef5442ee8b0767705a92">7a65fcf</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>metrics</strong> replace EnvironmentVariablesService with
cached #envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919063bc10f15b55f84c183208274836ae1d367e">919063b</a>)</li>
<li><strong>metrics</strong> add runtime validations when adding
dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/42260585eb84de373c6ae5daaf5d541dd5f78ec1">4226058</a>)</li>
<li><strong>parameters</strong> replace EnvironmentVariablesService
class with helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ce4e6181ffed20153f3743707fdd31f68f392e0c">ce4e618</a>)</li>
<li><strong>event-handler</strong> replace EnvironmentVariablesService
class with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670">d17818e</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add route management system for ApiGw
event handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3">c2cbb64</a>)</li>
<li><strong>event-handler</strong> add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d4998cda6c1b8c1bea47d5c6a9fe760b6e957fb">3d4998c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc261446612028757eb8ea95ca90e31f2a164c11"><code>fc26144</code></a>
chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc"><code>c9d6aa0</code></a>
fix(metrics): revert changes when raise warning with overridden default
dimen...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da"><code>a933a6a</code></a>
fix(metrics): emit warning when default dimensions are overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670"><code>d17818e</code></a>
refactor(event-handler): replace EnvironmentVariablesService class with
helpe...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fea274febb44969bc43f9e6e8e5e70cb9ee57f3c"><code>fea274f</code></a>
ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bc1121745739e169788618a801965a0cd7bb616"><code>7bc1121</code></a>
ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3"><code>c2cbb64</code></a>
feat(event-handler): add route management system for ApiGw event handler
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0c124409deaf43788c020cfb850ed0d7b48918e5"><code>0c12440</code></a>
ci: update <code>make-release.yml</code> workflow to use latest upstream
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94ebf168a00684bb9e26db48e54dc0e628a4687f"><code>94ebf16</code></a>
chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b1f7feeb91830b84692383b2b88b392fd8b18f7a"><code>b1f7fee</code></a>
ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.0...v2.24.1">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` 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 <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.3](github-aws-runners/terraform-aws-github-runner@v6.7.2...v6.7.3)
(2025-08-07)


### Bug Fixes

* **lambda:** bump @octokit/webhooks from 14.1.1 to 14.1.3 in /lambdas
in the octokit group
([github-aws-runners#4689](github-aws-runners#4689))
([2408057](github-aws-runners@2408057))
* **lambda:** bump the aws group in /lambdas with 6 updates
([github-aws-runners#4693](github-aws-runners#4693))
([bfa2d0d](github-aws-runners@bfa2d0d))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([github-aws-runners#4694](github-aws-runners#4694))
([221333e](github-aws-runners@221333e))
* **lambda:** bump tmp from 0.2.1 to 0.2.4 in /lambdas
([github-aws-runners#4697](github-aws-runners#4697))
([ed884e1](github-aws-runners@ed884e1))

---
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>
zeekay pushed a commit to zeekay/terraform-aws-github-runner that referenced this pull request Sep 9, 2026
…github-aws-runners#4694)

Bumps the aws-powertools group in /lambdas with 4 updates:
[@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript),
[@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript),
[@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript)
and
[@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript).

Updates `@aws-lambda-powertools/parameters` from 2.24.0 to 2.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/parameters</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.24.1</h2>
<h2>Summary</h2>
<p>In this release we have improved runtime validations in the Metrics
utility, ensuring that invalid metrics are not sent to CloudWatch and
avoiding data loss.</p>
<p>Furthermore, we now only support Zod 4.x. Using Zod 3.x with the
Parser utility will result in a build-time error.</p>
<p>⭐ Congratulations <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a> and
<a href="https://github.com/uttam282005"><code>@​uttam282005</code></a>
for their first PRs merged in the project 🎉</p>
<h3>Metrics Runtime Validations</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/metrics/">Docs</a></p>
</blockquote>
<p>Before this release, if you published invalid metrics they could fail
silently, leading to data loss. Now Lambda will throw an error if the
following constraints do not hold:</p>
<ul>
<li>Metric Name: Validated according to CloudWatch <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">constraints</a></li>
<li>Metric Value: Validated for numeric values</li>
<li>Metric Unit: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Unit">units</a></li>
<li>Metric Resolution: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Resolution_definition">resolutions</a></li>
<li>Dimension Name: Both Dimension name and value are validated for non
empty, non-null values.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>fix(metrics): revert changes when raise warning with overridden
default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(metrics): emit warning when default dimensions are overwritten
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>refactor(event-handler): replace EnvironmentVariablesService class
with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
<li>ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add route management system for ApiGw event
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: update <code>make-release.yml</code> workflow to use latest
upstream (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(maintenance): Removed some unused assignments and added
missing error handling (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4208">#4208</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>ci: remove <code>lerna version</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4201">#4201</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>refactor(ci): Updated the publish command in the CI to use <code>npm
publish</code> instead of <code>lerna publish</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4195">#4195</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(metrics): replace EnvironmentVariablesService with cached
#envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv(metrics): Added runtime validations for the metrics utility
functions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(parameters): replace EnvironmentVariablesService class with
helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat(event-handler): add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump esbuild from 0.25.6 to 0.25.8 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4200">#4200</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 2
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4192">#4192</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.0.14 to 24.1.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4193">#4193</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 9
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4186">#4186</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.24.0...v2.24.1">2.24.1</a>
(2025-07-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics</strong> revert changes when raise warning with
overridden default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc">c9d6aa0</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/4222">#4222</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da">a933a6a</a>)</li>
<li><strong>parser</strong> set zod peer range to 4.x (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4196">#4196</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a65fcf9759ac1a1f072ef5442ee8b0767705a92">7a65fcf</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>metrics</strong> replace EnvironmentVariablesService with
cached #envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919063bc10f15b55f84c183208274836ae1d367e">919063b</a>)</li>
<li><strong>metrics</strong> add runtime validations when adding
dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/42260585eb84de373c6ae5daaf5d541dd5f78ec1">4226058</a>)</li>
<li><strong>parameters</strong> replace EnvironmentVariablesService
class with helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ce4e6181ffed20153f3743707fdd31f68f392e0c">ce4e618</a>)</li>
<li><strong>event-handler</strong> replace EnvironmentVariablesService
class with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670">d17818e</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add route management system for ApiGw
event handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3">c2cbb64</a>)</li>
<li><strong>event-handler</strong> add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d4998cda6c1b8c1bea47d5c6a9fe760b6e957fb">3d4998c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc261446612028757eb8ea95ca90e31f2a164c11"><code>fc26144</code></a>
chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc"><code>c9d6aa0</code></a>
fix(metrics): revert changes when raise warning with overridden default
dimen...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da"><code>a933a6a</code></a>
fix(metrics): emit warning when default dimensions are overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670"><code>d17818e</code></a>
refactor(event-handler): replace EnvironmentVariablesService class with
helpe...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fea274febb44969bc43f9e6e8e5e70cb9ee57f3c"><code>fea274f</code></a>
ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bc1121745739e169788618a801965a0cd7bb616"><code>7bc1121</code></a>
ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3"><code>c2cbb64</code></a>
feat(event-handler): add route management system for ApiGw event handler
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0c124409deaf43788c020cfb850ed0d7b48918e5"><code>0c12440</code></a>
ci: update <code>make-release.yml</code> workflow to use latest upstream
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94ebf168a00684bb9e26db48e54dc0e628a4687f"><code>94ebf16</code></a>
chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b1f7feeb91830b84692383b2b88b392fd8b18f7a"><code>b1f7fee</code></a>
ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.0...v2.24.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/logger` from 2.24.0 to 2.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/logger</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.24.1</h2>
<h2>Summary</h2>
<p>In this release we have improved runtime validations in the Metrics
utility, ensuring that invalid metrics are not sent to CloudWatch and
avoiding data loss.</p>
<p>Furthermore, we now only support Zod 4.x. Using Zod 3.x with the
Parser utility will result in a build-time error.</p>
<p>⭐ Congratulations <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a> and
<a href="https://github.com/uttam282005"><code>@​uttam282005</code></a>
for their first PRs merged in the project 🎉</p>
<h3>Metrics Runtime Validations</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/metrics/">Docs</a></p>
</blockquote>
<p>Before this release, if you published invalid metrics they could fail
silently, leading to data loss. Now Lambda will throw an error if the
following constraints do not hold:</p>
<ul>
<li>Metric Name: Validated according to CloudWatch <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">constraints</a></li>
<li>Metric Value: Validated for numeric values</li>
<li>Metric Unit: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Unit">units</a></li>
<li>Metric Resolution: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Resolution_definition">resolutions</a></li>
<li>Dimension Name: Both Dimension name and value are validated for non
empty, non-null values.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>fix(metrics): revert changes when raise warning with overridden
default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(metrics): emit warning when default dimensions are overwritten
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>refactor(event-handler): replace EnvironmentVariablesService class
with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
<li>ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add route management system for ApiGw event
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: update <code>make-release.yml</code> workflow to use latest
upstream (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(maintenance): Removed some unused assignments and added
missing error handling (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4208">#4208</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>ci: remove <code>lerna version</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4201">#4201</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>refactor(ci): Updated the publish command in the CI to use <code>npm
publish</code> instead of <code>lerna publish</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4195">#4195</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(metrics): replace EnvironmentVariablesService with cached
#envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv(metrics): Added runtime validations for the metrics utility
functions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(parameters): replace EnvironmentVariablesService class with
helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat(event-handler): add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump esbuild from 0.25.6 to 0.25.8 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4200">#4200</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 2
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4192">#4192</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.0.14 to 24.1.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4193">#4193</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 9
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4186">#4186</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.24.0...v2.24.1">2.24.1</a>
(2025-07-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics</strong> revert changes when raise warning with
overridden default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc">c9d6aa0</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/4222">#4222</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da">a933a6a</a>)</li>
<li><strong>parser</strong> set zod peer range to 4.x (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4196">#4196</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a65fcf9759ac1a1f072ef5442ee8b0767705a92">7a65fcf</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>metrics</strong> replace EnvironmentVariablesService with
cached #envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919063bc10f15b55f84c183208274836ae1d367e">919063b</a>)</li>
<li><strong>metrics</strong> add runtime validations when adding
dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/42260585eb84de373c6ae5daaf5d541dd5f78ec1">4226058</a>)</li>
<li><strong>parameters</strong> replace EnvironmentVariablesService
class with helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ce4e6181ffed20153f3743707fdd31f68f392e0c">ce4e618</a>)</li>
<li><strong>event-handler</strong> replace EnvironmentVariablesService
class with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670">d17818e</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add route management system for ApiGw
event handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3">c2cbb64</a>)</li>
<li><strong>event-handler</strong> add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d4998cda6c1b8c1bea47d5c6a9fe760b6e957fb">3d4998c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc261446612028757eb8ea95ca90e31f2a164c11"><code>fc26144</code></a>
chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc"><code>c9d6aa0</code></a>
fix(metrics): revert changes when raise warning with overridden default
dimen...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da"><code>a933a6a</code></a>
fix(metrics): emit warning when default dimensions are overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670"><code>d17818e</code></a>
refactor(event-handler): replace EnvironmentVariablesService class with
helpe...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fea274febb44969bc43f9e6e8e5e70cb9ee57f3c"><code>fea274f</code></a>
ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bc1121745739e169788618a801965a0cd7bb616"><code>7bc1121</code></a>
ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3"><code>c2cbb64</code></a>
feat(event-handler): add route management system for ApiGw event handler
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0c124409deaf43788c020cfb850ed0d7b48918e5"><code>0c12440</code></a>
ci: update <code>make-release.yml</code> workflow to use latest upstream
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94ebf168a00684bb9e26db48e54dc0e628a4687f"><code>94ebf16</code></a>
chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b1f7feeb91830b84692383b2b88b392fd8b18f7a"><code>b1f7fee</code></a>
ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.0...v2.24.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/metrics` from 2.24.0 to 2.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/metrics</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.24.1</h2>
<h2>Summary</h2>
<p>In this release we have improved runtime validations in the Metrics
utility, ensuring that invalid metrics are not sent to CloudWatch and
avoiding data loss.</p>
<p>Furthermore, we now only support Zod 4.x. Using Zod 3.x with the
Parser utility will result in a build-time error.</p>
<p>⭐ Congratulations <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a> and
<a href="https://github.com/uttam282005"><code>@​uttam282005</code></a>
for their first PRs merged in the project 🎉</p>
<h3>Metrics Runtime Validations</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/metrics/">Docs</a></p>
</blockquote>
<p>Before this release, if you published invalid metrics they could fail
silently, leading to data loss. Now Lambda will throw an error if the
following constraints do not hold:</p>
<ul>
<li>Metric Name: Validated according to CloudWatch <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">constraints</a></li>
<li>Metric Value: Validated for numeric values</li>
<li>Metric Unit: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Unit">units</a></li>
<li>Metric Resolution: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Resolution_definition">resolutions</a></li>
<li>Dimension Name: Both Dimension name and value are validated for non
empty, non-null values.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>fix(metrics): revert changes when raise warning with overridden
default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(metrics): emit warning when default dimensions are overwritten
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>refactor(event-handler): replace EnvironmentVariablesService class
with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
<li>ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add route management system for ApiGw event
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: update <code>make-release.yml</code> workflow to use latest
upstream (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(maintenance): Removed some unused assignments and added
missing error handling (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4208">#4208</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>ci: remove <code>lerna version</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4201">#4201</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>refactor(ci): Updated the publish command in the CI to use <code>npm
publish</code> instead of <code>lerna publish</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4195">#4195</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(metrics): replace EnvironmentVariablesService with cached
#envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv(metrics): Added runtime validations for the metrics utility
functions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(parameters): replace EnvironmentVariablesService class with
helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat(event-handler): add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump esbuild from 0.25.6 to 0.25.8 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4200">#4200</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 2
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4192">#4192</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.0.14 to 24.1.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4193">#4193</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 9
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4186">#4186</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.24.0...v2.24.1">2.24.1</a>
(2025-07-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics</strong> revert changes when raise warning with
overridden default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc">c9d6aa0</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/4222">#4222</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da">a933a6a</a>)</li>
<li><strong>parser</strong> set zod peer range to 4.x (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4196">#4196</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a65fcf9759ac1a1f072ef5442ee8b0767705a92">7a65fcf</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>metrics</strong> replace EnvironmentVariablesService with
cached #envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919063bc10f15b55f84c183208274836ae1d367e">919063b</a>)</li>
<li><strong>metrics</strong> add runtime validations when adding
dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/42260585eb84de373c6ae5daaf5d541dd5f78ec1">4226058</a>)</li>
<li><strong>parameters</strong> replace EnvironmentVariablesService
class with helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ce4e6181ffed20153f3743707fdd31f68f392e0c">ce4e618</a>)</li>
<li><strong>event-handler</strong> replace EnvironmentVariablesService
class with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670">d17818e</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add route management system for ApiGw
event handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3">c2cbb64</a>)</li>
<li><strong>event-handler</strong> add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d4998cda6c1b8c1bea47d5c6a9fe760b6e957fb">3d4998c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc261446612028757eb8ea95ca90e31f2a164c11"><code>fc26144</code></a>
chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc"><code>c9d6aa0</code></a>
fix(metrics): revert changes when raise warning with overridden default
dimen...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da"><code>a933a6a</code></a>
fix(metrics): emit warning when default dimensions are overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670"><code>d17818e</code></a>
refactor(event-handler): replace EnvironmentVariablesService class with
helpe...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fea274febb44969bc43f9e6e8e5e70cb9ee57f3c"><code>fea274f</code></a>
ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bc1121745739e169788618a801965a0cd7bb616"><code>7bc1121</code></a>
ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3"><code>c2cbb64</code></a>
feat(event-handler): add route management system for ApiGw event handler
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0c124409deaf43788c020cfb850ed0d7b48918e5"><code>0c12440</code></a>
ci: update <code>make-release.yml</code> workflow to use latest upstream
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94ebf168a00684bb9e26db48e54dc0e628a4687f"><code>94ebf16</code></a>
chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b1f7feeb91830b84692383b2b88b392fd8b18f7a"><code>b1f7fee</code></a>
ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.0...v2.24.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/tracer` from 2.24.0 to 2.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/tracer</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.24.1</h2>
<h2>Summary</h2>
<p>In this release we have improved runtime validations in the Metrics
utility, ensuring that invalid metrics are not sent to CloudWatch and
avoiding data loss.</p>
<p>Furthermore, we now only support Zod 4.x. Using Zod 3.x with the
Parser utility will result in a build-time error.</p>
<p>⭐ Congratulations <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a> and
<a href="https://github.com/uttam282005"><code>@​uttam282005</code></a>
for their first PRs merged in the project 🎉</p>
<h3>Metrics Runtime Validations</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/metrics/">Docs</a></p>
</blockquote>
<p>Before this release, if you published invalid metrics they could fail
silently, leading to data loss. Now Lambda will throw an error if the
following constraints do not hold:</p>
<ul>
<li>Metric Name: Validated according to CloudWatch <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">constraints</a></li>
<li>Metric Value: Validated for numeric values</li>
<li>Metric Unit: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Unit">units</a></li>
<li>Metric Resolution: Validated for allowed <a
href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Resolution_definition">resolutions</a></li>
<li>Dimension Name: Both Dimension name and value are validated for non
empty, non-null values.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>fix(metrics): revert changes when raise warning with overridden
default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>fix(metrics): emit warning when default dimensions are overwritten
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>refactor(event-handler): replace EnvironmentVariablesService class
with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
<li>ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>feat(event-handler): add route management system for ApiGw event
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
by <a href="https://github.com/svozza"><code>@​svozza</code></a></li>
<li>ci: update <code>make-release.yml</code> workflow to use latest
upstream (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>improv(maintenance): Removed some unused assignments and added
missing error handling (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4208">#4208</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>ci: remove <code>lerna version</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4201">#4201</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>refactor(ci): Updated the publish command in the CI to use <code>npm
publish</code> instead of <code>lerna publish</code> (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4195">#4195</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(metrics): replace EnvironmentVariablesService with cached
#envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
by <a
href="https://github.com/uttam282005"><code>@​uttam282005</code></a></li>
<li>improv(metrics): Added runtime validations for the metrics utility
functions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>refactor(parameters): replace EnvironmentVariablesService class with
helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
by <a
href="https://github.com/JonkaSusaki"><code>@​JonkaSusaki</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat(event-handler): add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)
by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
<li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump esbuild from 0.25.6 to 0.25.8 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4200">#4200</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 2
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4192">#4192</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@​types/node</code> from 24.0.14 to 24.1.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4193">#4193</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 9
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4186">#4186</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.24.0...v2.24.1">2.24.1</a>
(2025-07-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics</strong> revert changes when raise warning with
overridden default dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4226">#4226</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc">c9d6aa0</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/4222">#4222</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da">a933a6a</a>)</li>
<li><strong>parser</strong> set zod peer range to 4.x (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4196">#4196</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a65fcf9759ac1a1f072ef5442ee8b0767705a92">7a65fcf</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>metrics</strong> replace EnvironmentVariablesService with
cached #envConfig (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4188">#4188</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919063bc10f15b55f84c183208274836ae1d367e">919063b</a>)</li>
<li><strong>metrics</strong> add runtime validations when adding
dimensions (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4181">#4181</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/42260585eb84de373c6ae5daaf5d541dd5f78ec1">4226058</a>)</li>
<li><strong>parameters</strong> replace EnvironmentVariablesService
class with helper functions in Parameters (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4168">#4168</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ce4e6181ffed20153f3743707fdd31f68f392e0c">ce4e618</a>)</li>
<li><strong>event-handler</strong> replace EnvironmentVariablesService
class with helper functions in Event Handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4225">#4225</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670">d17818e</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add route management system for ApiGw
event handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3">c2cbb64</a>)</li>
<li><strong>event-handler</strong> add base router class (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3972">#3972</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d4998cda6c1b8c1bea47d5c6a9fe760b6e957fb">3d4998c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc261446612028757eb8ea95ca90e31f2a164c11"><code>fc26144</code></a>
chore(ci): bump version to 2.24.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4231">#4231</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9d6aa09acc666d09ed13ebef331502f4119dacc"><code>c9d6aa0</code></a>
fix(metrics): revert changes when raise warning with overridden default
dimen...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a933a6af6135b79b855353bbaf265ab0a3be60da"><code>a933a6a</code></a>
fix(metrics): emit warning when default dimensions are overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4222">#4222</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d17818e1b8b17a8307e61966ab857f9c05c49670"><code>d17818e</code></a>
refactor(event-handler): replace EnvironmentVariablesService class with
helpe...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fea274febb44969bc43f9e6e8e5e70cb9ee57f3c"><code>fea274f</code></a>
ci: fix version output interpolation in make-version workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4220">#4220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bc1121745739e169788618a801965a0cd7bb616"><code>7bc1121</code></a>
ci: set version number correctly when versioning (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4219">#4219</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c2cbb642ca3a4cc57ad0e80d9f1239e8f67d56e3"><code>c2cbb64</code></a>
feat(event-handler): add route management system for ApiGw event handler
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4211">#4211</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0c124409deaf43788c020cfb850ed0d7b48918e5"><code>0c12440</code></a>
ci: update <code>make-release.yml</code> workflow to use latest upstream
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4215">#4215</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94ebf168a00684bb9e26db48e54dc0e628a4687f"><code>94ebf16</code></a>
chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.150 to
8.10.152 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4205">#4205</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b1f7feeb91830b84692383b2b88b392fd8b18f7a"><code>b1f7fee</code></a>
ci: remove local create-pr action (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4213">#4213</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.24.0...v2.24.1">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` 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 <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
zeekay pushed a commit to zeekay/terraform-aws-github-runner that referenced this pull request Sep 9, 2026
🤖 I have created a release *beep* *boop*
---


##
[6.7.3](github-aws-runners/terraform-aws-github-runner@v6.7.2...v6.7.3)
(2025-08-07)


### Bug Fixes

* **lambda:** bump @octokit/webhooks from 14.1.1 to 14.1.3 in /lambdas
in the octokit group
([github-aws-runners#4689](github-aws-runners#4689))
([514cca6](github-aws-runners@514cca6))
* **lambda:** bump the aws group in /lambdas with 6 updates
([github-aws-runners#4693](github-aws-runners#4693))
([a442418](github-aws-runners@a442418))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([github-aws-runners#4694](github-aws-runners#4694))
([d4217b8](github-aws-runners@d4217b8))
* **lambda:** bump tmp from 0.2.1 to 0.2.4 in /lambdas
([github-aws-runners#4697](github-aws-runners#4697))
([c200030](github-aws-runners@c200030))

---
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