-
Notifications
You must be signed in to change notification settings - Fork 675
Commit 4997f31
authored
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (#4743)
Bumps the aws-powertools group in /lambdas with 4 updates:
[@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript),
[@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript),
[@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript)
and
[@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript).
Updates `@aws-lambda-powertools/parameters` from 2.25.1 to 2.25.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/parameters</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.25.2</h2>
<h2>Summary</h2>
<p>In this release, the <code>setDefaultDimensions</code> method in the
<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a>
utility now emits a warning if an existing default dimension is
over-written, making it consistent with <code>addDimension</code> and
<code>addDimensions</code> methods:</p>
<p>⭐ Congratulations to <a
href="https://github.com/kawaaaa"><code>@kawaaaa</code></a>, and <a
href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a>
for their first PRs merged in the project 🎉</p>
<h2>Changes</h2>
<ul>
<li>improv(ci): Inherited the secrets for update ssm workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>feat(event-handler): add resolution logic to base router (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is
set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>improv(ci): Moved the secrets expanded in the run block to env
variables (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): removed the secret inheritance and replaced with the
needed secrets (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): Added comments in workflow files triggering Excessive
Secret Exposure Alert (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): Automate the layer version tracking during the Make
Release workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>refactor(logger): use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
by <a href="https://github.com/dwrth"><code>@dwrth</code></a></li>
<li>chore(parameters): fix SonarQube code quality issues and optimize
imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
by <a
href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a></li>
<li>refactor(logger): mark private members as readonly and fix code
quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
by <a
href="https://github.com/kawaaaas"><code>@kawaaaas</code></a></li>
<li>ci: switch e2e env in run-e2e-tests workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>improv(metrics): emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
by <a
href="https://github.com/uttam282005"><code>@uttam282005</code></a></li>
<li>improv: decorate methods without destructuring args (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>feat(event-handler): add function to convert Lambda proxy event to
web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>fix(event-handler): pass event, context and request objects into
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>ci: add Kiro & other LLM fodlers to gitignore (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>405aeb6</code> to <code>1a4e939</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>improv(ci): Automate the SSM Parameter Update step of the release
workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>bb7b015</code> to <code>405aeb6</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@types/node</code> from 24.2.1 to 24.3.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(ci): update layer ARN on documentation (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the
typescript group across 1 directory (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to
2.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/parameters</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">2.25.2</a>
(2025-08-26)</h2>
<h3>Maintenance</h3>
<ul>
<li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when
one is set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li>
<li><strong>parameters</strong> fix SonarQube code quality issues and
optimize imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>logger</strong> use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li>
<li><strong>logger</strong> mark private members as readonly and fix
code quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li>
<li><strong>metrics</strong> emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add function to convert Lambda proxy
event to web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li>
<li><strong>event-handler</strong> pass event, context and request
objects into handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a>
improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a>
chore(ci): bump version to 2.25.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a>
chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a>
chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a>
chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript
group...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 3 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a>
chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a>
chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a>
chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to
<code>1a4e939</code> in /d...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-lambda-powertools/logger` from 2.25.1 to 2.25.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/logger</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.25.2</h2>
<h2>Summary</h2>
<p>In this release, the <code>setDefaultDimensions</code> method in the
<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a>
utility now emits a warning if an existing default dimension is
over-written, making it consistent with <code>addDimension</code> and
<code>addDimensions</code> methods:</p>
<p>⭐ Congratulations to <a
href="https://github.com/kawaaaa"><code>@kawaaaa</code></a>, and <a
href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a>
for their first PRs merged in the project 🎉</p>
<h2>Changes</h2>
<ul>
<li>improv(ci): Inherited the secrets for update ssm workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>feat(event-handler): add resolution logic to base router (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is
set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>improv(ci): Moved the secrets expanded in the run block to env
variables (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): removed the secret inheritance and replaced with the
needed secrets (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): Added comments in workflow files triggering Excessive
Secret Exposure Alert (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): Automate the layer version tracking during the Make
Release workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>refactor(logger): use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
by <a href="https://github.com/dwrth"><code>@dwrth</code></a></li>
<li>chore(parameters): fix SonarQube code quality issues and optimize
imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
by <a
href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a></li>
<li>refactor(logger): mark private members as readonly and fix code
quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
by <a
href="https://github.com/kawaaaas"><code>@kawaaaas</code></a></li>
<li>ci: switch e2e env in run-e2e-tests workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>improv(metrics): emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
by <a
href="https://github.com/uttam282005"><code>@uttam282005</code></a></li>
<li>improv: decorate methods without destructuring args (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>feat(event-handler): add function to convert Lambda proxy event to
web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>fix(event-handler): pass event, context and request objects into
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>ci: add Kiro & other LLM fodlers to gitignore (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>405aeb6</code> to <code>1a4e939</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>improv(ci): Automate the SSM Parameter Update step of the release
workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>bb7b015</code> to <code>405aeb6</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@types/node</code> from 24.2.1 to 24.3.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(ci): update layer ARN on documentation (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the
typescript group across 1 directory (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to
2.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/logger</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">2.25.2</a>
(2025-08-26)</h2>
<h3>Maintenance</h3>
<ul>
<li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when
one is set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li>
<li><strong>parameters</strong> fix SonarQube code quality issues and
optimize imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>logger</strong> use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li>
<li><strong>logger</strong> mark private members as readonly and fix
code quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li>
<li><strong>metrics</strong> emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add function to convert Lambda proxy
event to web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li>
<li><strong>event-handler</strong> pass event, context and request
objects into handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a>
improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a>
chore(ci): bump version to 2.25.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a>
chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a>
chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a>
chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript
group...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 3 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a>
chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a>
chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a>
chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to
<code>1a4e939</code> in /d...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-lambda-powertools/metrics` from 2.25.1 to 2.25.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/metrics</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.25.2</h2>
<h2>Summary</h2>
<p>In this release, the <code>setDefaultDimensions</code> method in the
<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a>
utility now emits a warning if an existing default dimension is
over-written, making it consistent with <code>addDimension</code> and
<code>addDimensions</code> methods:</p>
<p>⭐ Congratulations to <a
href="https://github.com/kawaaaa"><code>@kawaaaa</code></a>, and <a
href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a>
for their first PRs merged in the project 🎉</p>
<h2>Changes</h2>
<ul>
<li>improv(ci): Inherited the secrets for update ssm workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>feat(event-handler): add resolution logic to base router (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is
set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>improv(ci): Moved the secrets expanded in the run block to env
variables (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): removed the secret inheritance and replaced with the
needed secrets (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): Added comments in workflow files triggering Excessive
Secret Exposure Alert (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): Automate the layer version tracking during the Make
Release workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>refactor(logger): use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
by <a href="https://github.com/dwrth"><code>@dwrth</code></a></li>
<li>chore(parameters): fix SonarQube code quality issues and optimize
imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
by <a
href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a></li>
<li>refactor(logger): mark private members as readonly and fix code
quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
by <a
href="https://github.com/kawaaaas"><code>@kawaaaas</code></a></li>
<li>ci: switch e2e env in run-e2e-tests workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>improv(metrics): emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
by <a
href="https://github.com/uttam282005"><code>@uttam282005</code></a></li>
<li>improv: decorate methods without destructuring args (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>feat(event-handler): add function to convert Lambda proxy event to
web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>fix(event-handler): pass event, context and request objects into
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>ci: add Kiro & other LLM fodlers to gitignore (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>405aeb6</code> to <code>1a4e939</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>improv(ci): Automate the SSM Parameter Update step of the release
workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>bb7b015</code> to <code>405aeb6</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@types/node</code> from 24.2.1 to 24.3.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(ci): update layer ARN on documentation (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the
typescript group across 1 directory (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to
2.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/metrics</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">2.25.2</a>
(2025-08-26)</h2>
<h3>Maintenance</h3>
<ul>
<li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when
one is set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li>
<li><strong>parameters</strong> fix SonarQube code quality issues and
optimize imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>logger</strong> use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li>
<li><strong>logger</strong> mark private members as readonly and fix
code quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li>
<li><strong>metrics</strong> emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add function to convert Lambda proxy
event to web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li>
<li><strong>event-handler</strong> pass event, context and request
objects into handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a>
improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a>
chore(ci): bump version to 2.25.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a>
chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a>
chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a>
chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript
group...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 3 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a>
chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a>
chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a>
chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to
<code>1a4e939</code> in /d...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-lambda-powertools/tracer` from 2.25.1 to 2.25.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/tracer</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.25.2</h2>
<h2>Summary</h2>
<p>In this release, the <code>setDefaultDimensions</code> method in the
<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a>
utility now emits a warning if an existing default dimension is
over-written, making it consistent with <code>addDimension</code> and
<code>addDimensions</code> methods:</p>
<p>⭐ Congratulations to <a
href="https://github.com/kawaaaa"><code>@kawaaaa</code></a>, and <a
href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a>
for their first PRs merged in the project 🎉</p>
<h2>Changes</h2>
<ul>
<li>improv(ci): Inherited the secrets for update ssm workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>feat(event-handler): add resolution logic to base router (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is
set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>improv(ci): Moved the secrets expanded in the run block to env
variables (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): removed the secret inheritance and replaced with the
needed secrets (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): Added comments in workflow files triggering Excessive
Secret Exposure Alert (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>improv(ci): Automate the layer version tracking during the Make
Release workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>refactor(logger): use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
by <a href="https://github.com/dwrth"><code>@dwrth</code></a></li>
<li>chore(parameters): fix SonarQube code quality issues and optimize
imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
by <a
href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a></li>
<li>refactor(logger): mark private members as readonly and fix code
quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
by <a
href="https://github.com/kawaaaas"><code>@kawaaaas</code></a></li>
<li>ci: switch e2e env in run-e2e-tests workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>improv(metrics): emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
by <a
href="https://github.com/uttam282005"><code>@uttam282005</code></a></li>
<li>improv: decorate methods without destructuring args (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
<li>feat(event-handler): add function to convert Lambda proxy event to
web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>fix(event-handler): pass event, context and request objects into
handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>ci: add Kiro & other LLM fodlers to gitignore (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>405aeb6</code> to <code>1a4e939</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>improv(ci): Automate the SSM Parameter Update step of the release
workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>bb7b015</code> to <code>405aeb6</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@types/node</code> from 24.2.1 to 24.3.0
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(ci): update layer ARN on documentation (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the
typescript group across 1 directory (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to
2.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/tracer</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">2.25.2</a>
(2025-08-26)</h2>
<h3>Maintenance</h3>
<ul>
<li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when
one is set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li>
<li><strong>parameters</strong> fix SonarQube code quality issues and
optimize imports (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><strong>logger</strong> use vitest env helpers in unit tests (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li>
<li><strong>logger</strong> mark private members as readonly and fix
code quality issues (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li>
<li><strong>metrics</strong> emit warning when default dimensions are
overwritten (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>event-handler</strong> add function to convert Lambda proxy
event to web response object (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li>
<li><strong>event-handler</strong> pass event, context and request
objects into handler (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a>
improv(ci): Fixed the Make Release workflow permission issue (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a>
chore(ci): bump version to 2.25.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a>
chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a>
chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a>
chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript
group...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 3 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a>
chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a>
chore(deps): bump the aws-sdk-v3 group across 1 directory with 52
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a>
chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to
<code>1a4e939</code> in /d...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge`…1 parent 1681dea commit 4997f31Copy full SHA for 4997f31
File tree
Expand file treeCollapse file tree
3 files changed
+33
-33
lines changedFilter options
- lambdas
- functions/control-plane
- libs/aws-powertools-util
Expand file treeCollapse file tree
3 files changed
+33
-33
lines changedlambdas/functions/control-plane/package.json
Copy file name to clipboardExpand all lines: lambdas/functions/control-plane/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
lambdas/libs/aws-powertools-util/package.json
Copy file name to clipboardExpand all lines: lambdas/libs/aws-powertools-util/package.json+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
+29-29Lines changed: 29 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
145 |
| - | |
146 |
| - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 |
| - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
265 |
| - | |
266 |
| - | |
267 |
| - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
270 | 270 |
| |
271 | 271 |
| |
272 |
| - | |
| 272 | + | |
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
279 |
| - | |
| 279 | + | |
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
284 |
| - | |
285 |
| - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
286 | 286 |
| |
287 |
| - | |
| 287 | + | |
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
| 293 | + | |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
298 |
| - | |
299 |
| - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
300 | 300 |
| |
301 |
| - | |
| 301 | + | |
302 | 302 |
| |
303 | 303 |
| |
304 | 304 |
| |
| |||
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
322 |
| - | |
| 322 | + | |
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
327 |
| - | |
328 |
| - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
329 | 329 |
| |
330 |
| - | |
| 330 | + | |
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
337 |
| - | |
| 337 | + | |
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
|
0 commit comments