Skip to content

Commit 221333e

Browse files
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (#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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35f6c86 commit 221333e

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@aws-github-runner/aws-powertools-util": "*",
3434
"@aws-github-runner/aws-ssm-util": "*",
35-
"@aws-lambda-powertools/parameters": "^2.24.0",
35+
"@aws-lambda-powertools/parameters": "^2.24.1",
3636
"@aws-sdk/client-ec2": "^3.859.0",
3737
"@aws-sdk/client-sqs": "^3.859.0",
3838
"@middy/core": "^6.4.1",

lambdas/libs/aws-powertools-util/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"body-parser": "^2.2.0"
2121
},
2222
"dependencies": {
23-
"@aws-lambda-powertools/logger": "^2.24.0",
24-
"@aws-lambda-powertools/metrics": "^2.24.0",
25-
"@aws-lambda-powertools/tracer": "^2.24.0",
23+
"@aws-lambda-powertools/logger": "^2.24.1",
24+
"@aws-lambda-powertools/metrics": "^2.24.1",
25+
"@aws-lambda-powertools/tracer": "^2.24.1",
2626
"aws-lambda": "^1.0.7"
2727
},
2828
"nx": {

lambdas/yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ __metadata:
141141
version: 0.0.0-use.local
142142
resolution: "@aws-github-runner/aws-powertools-util@workspace:libs/aws-powertools-util"
143143
dependencies:
144-
"@aws-lambda-powertools/logger": "npm:^2.24.0"
145-
"@aws-lambda-powertools/metrics": "npm:^2.24.0"
146-
"@aws-lambda-powertools/tracer": "npm:^2.24.0"
144+
"@aws-lambda-powertools/logger": "npm:^2.24.1"
145+
"@aws-lambda-powertools/metrics": "npm:^2.24.1"
146+
"@aws-lambda-powertools/tracer": "npm:^2.24.1"
147147
"@types/aws-lambda": "npm:^8.10.152"
148148
"@types/node": "npm:^22.16.5"
149149
aws-lambda: "npm:^1.0.7"
@@ -171,7 +171,7 @@ __metadata:
171171
dependencies:
172172
"@aws-github-runner/aws-powertools-util": "npm:*"
173173
"@aws-github-runner/aws-ssm-util": "npm:*"
174-
"@aws-lambda-powertools/parameters": "npm:^2.24.0"
174+
"@aws-lambda-powertools/parameters": "npm:^2.24.1"
175175
"@aws-sdk/client-ec2": "npm:^3.859.0"
176176
"@aws-sdk/client-sqs": "npm:^3.859.0"
177177
"@aws-sdk/types": "npm:^3.840.0"
@@ -255,50 +255,50 @@ __metadata:
255255
languageName: unknown
256256
linkType: soft
257257

258-
"@aws-lambda-powertools/commons@npm:^2.24.0":
259-
version: 2.24.0
260-
resolution: "@aws-lambda-powertools/commons@npm:2.24.0"
261-
checksum: 10c0/77ee48a5852a2cf7a71354772c4d7d76782a8dab9c0847177a280e0a4f242cfad159621c0fb97ba346805008cc6d4681e4e05396a19712164696fd3357631dd1
258+
"@aws-lambda-powertools/commons@npm:2.24.1":
259+
version: 2.24.1
260+
resolution: "@aws-lambda-powertools/commons@npm:2.24.1"
261+
checksum: 10c0/03e9c7f29387006cda9e1fc0a549aa622a8cdc8ee65b462c0151ea89635782a6956e561fcb2df492d5fbed40141138e6dc0a24e4c7d18eaeaa7d9ec658ab6f5f
262262
languageName: node
263263
linkType: hard
264264

265-
"@aws-lambda-powertools/logger@npm:^2.24.0":
266-
version: 2.24.0
267-
resolution: "@aws-lambda-powertools/logger@npm:2.24.0"
265+
"@aws-lambda-powertools/logger@npm:^2.24.1":
266+
version: 2.24.1
267+
resolution: "@aws-lambda-powertools/logger@npm:2.24.1"
268268
dependencies:
269-
"@aws-lambda-powertools/commons": "npm:^2.24.0"
269+
"@aws-lambda-powertools/commons": "npm:2.24.1"
270270
lodash.merge: "npm:^4.6.2"
271271
peerDependencies:
272-
"@aws-lambda-powertools/jmespath": 2.24.0
272+
"@aws-lambda-powertools/jmespath": 2.24.1
273273
"@middy/core": 4.x || 5.x || 6.x
274274
peerDependenciesMeta:
275275
"@aws-lambda-powertools/jmespath":
276276
optional: true
277277
"@middy/core":
278278
optional: true
279-
checksum: 10c0/ae91e5c506589518b738e421056005f3e9fef8eb1f0a110bb8515e93b890d456fb5fddcee39187393846f77e684075ca312c8f31181f2825f9b6b779f4c3285c
279+
checksum: 10c0/302dcc5655a3337ae34219de4ebb3e3038f9bbd400ec4d2fd60ec4095f26d8585c226186c56871f9962981d8539d648b4ad7f9b977fbf907a69463ec6b7efbd1
280280
languageName: node
281281
linkType: hard
282282

283-
"@aws-lambda-powertools/metrics@npm:^2.24.0":
284-
version: 2.24.0
285-
resolution: "@aws-lambda-powertools/metrics@npm:2.24.0"
283+
"@aws-lambda-powertools/metrics@npm:^2.24.1":
284+
version: 2.24.1
285+
resolution: "@aws-lambda-powertools/metrics@npm:2.24.1"
286286
dependencies:
287-
"@aws-lambda-powertools/commons": "npm:^2.24.0"
287+
"@aws-lambda-powertools/commons": "npm:2.24.1"
288288
peerDependencies:
289289
"@middy/core": 4.x || 5.x || 6.x
290290
peerDependenciesMeta:
291291
"@middy/core":
292292
optional: true
293-
checksum: 10c0/c3f9b9b1cb299aebf885f53caddcfe50d86ed6a30b275a1f7adf3fbcf6de2717ce67808c7c02b30f877603c308b3a263b6e4bd8c96bee3a7b949702af81dd45f
293+
checksum: 10c0/aa7d6e4e0a2e76ed8bcbcdc7124bf9b627b1546f062b1597190f34d261ce3393f25886fbf9ab185abc351974992c91b040f3ed49fb8f5b61664454f876dc2204
294294
languageName: node
295295
linkType: hard
296296

297-
"@aws-lambda-powertools/parameters@npm:^2.24.0":
298-
version: 2.24.0
299-
resolution: "@aws-lambda-powertools/parameters@npm:2.24.0"
297+
"@aws-lambda-powertools/parameters@npm:^2.24.1":
298+
version: 2.24.1
299+
resolution: "@aws-lambda-powertools/parameters@npm:2.24.1"
300300
dependencies:
301-
"@aws-lambda-powertools/commons": "npm:^2.24.0"
301+
"@aws-lambda-powertools/commons": "npm:2.24.1"
302302
peerDependencies:
303303
"@aws-sdk/client-appconfigdata": ">=3.x"
304304
"@aws-sdk/client-dynamodb": ">=3.x"
@@ -319,22 +319,22 @@ __metadata:
319319
optional: true
320320
"@middy/core":
321321
optional: true
322-
checksum: 10c0/b373b641791d3bf2a490a1cb66fc2fc97c65a6d80ca75af41f60739d5e063fe05ad0eeb55d758333a3a3ff844db20d7a2b001dae008a5d19f076a784d78e420f
322+
checksum: 10c0/52592d202b3e3a6e35f6aa06f998e962550f819bc3a802d6d6b4a5f0a8bfb663cfe50d98f6819755df9baf81194c33273a70832ad12e4d95951f3baace863854
323323
languageName: node
324324
linkType: hard
325325

326-
"@aws-lambda-powertools/tracer@npm:^2.24.0":
327-
version: 2.24.0
328-
resolution: "@aws-lambda-powertools/tracer@npm:2.24.0"
326+
"@aws-lambda-powertools/tracer@npm:^2.24.1":
327+
version: 2.24.1
328+
resolution: "@aws-lambda-powertools/tracer@npm:2.24.1"
329329
dependencies:
330-
"@aws-lambda-powertools/commons": "npm:^2.24.0"
330+
"@aws-lambda-powertools/commons": "npm:2.24.1"
331331
aws-xray-sdk-core: "npm:^3.10.3"
332332
peerDependencies:
333333
"@middy/core": 4.x || 5.x || 6.x
334334
peerDependenciesMeta:
335335
"@middy/core":
336336
optional: true
337-
checksum: 10c0/269061679eb259fdc134e3b4b049616a5bd761168542c18a148a2e3ff8ab086a6593bf2b5117e9adf785b8084be5335121fecdaaab35474d746d0cf484ee5fa8
337+
checksum: 10c0/097cab95d002f49a6515ba9433aafb838534671e485116f66d4c527330e32baa1f940af71d6ee1cd3a563b85f4e424f094a445dfe999e0baa114edc70b9d7e03
338338
languageName: node
339339
linkType: hard
340340

0 commit comments

Comments
 (0)