Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates…
Browse files Browse the repository at this point in the history
… (#4281)

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.10.0 to 2.11.0
<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.11.0</h2>
<h2>Summary</h2>
<p>In this release we’ve added support for the new Node.js 22 managed
runtime in AWS Lambda 🚀.</p>
<p>We have also added two new features to Metrics to let you:
<strong>1/</strong> set a custom logger, and <strong>2/</strong> emit
metrics with a custom timestamp; and improved Batch Processing by adding
async processing of SQS FIFO queues.</p>
<p>⭐️ Thanks to <a
href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> and
<a href="https://github.com/psperber"><code>@​psperber</code></a> for
their contributions to this release!</p>
<h2>Node.js 22 support</h2>
<p>You can now use Powertools for AWS Lambda (TypeScript) with the new
Node.js 22 runtime in AWS Lambda.</p>
<p>We’ve partnered with the AWS Lambda team for this launch and have
been testing our toolkit for the past few weeks to ensure compatibility
with no changes from your side.</p>
<p>To start using Powertools for AWS with the new runtime, you can
upgrade to this version via npm or use the latest version of our Lambda
layer.</p>
<h2>Custom timestamps in metrics</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/metrics/">Docs</a></p>
</blockquote>
<p>You can now configure the timestamp of all the metrics you create,
using the <code>setTimestamp()</code> method. This allows you to specify
a Datetime object or an integer representing an epoch timestamp in
milliseconds. This is useful when emitting metrics related to an event
in the past or in the future.</p>
<p><img
src="https://github.com/user-attachments/assets/4aa76012-f91e-4cf2-b34a-d36f98e83b0a"
alt="carbon-6" /></p>
<h2>Bring your own logger to Metrics</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/2.11.0/api/types/_aws_lambda_powertools_metrics.types.MetricsOptions.html">Docs</a></p>
</blockquote>
<p>Additionally, you can now also set a custom logger that the Metrics
utility will use to emit warnings and debug logs. This is helpful for
when you want to silence certain warnings or see diagnostic messages
from the utility. To avoid compatibility issues and potential data loss,
we will continue to emit the EMF blobs for your metrics directly to
stdout.</p>
<p><img
src="https://github.com/user-attachments/assets/8b09b684-a42a-4cf9-a01c-2157acde2231"
alt="carbon-7" /></p>
<h2>FIFO queues async processing</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/batch/#fifo-queues">Docs</a></p>
</blockquote>
<p>You can now use an asynchronous function as record handler when
processing a batch of items coming from an Amazon SQS FIFO queue. This
is helpful when you need to perform side effects that involve http
requests or other AWS services.</p>
<p><img
src="https://github.com/user-attachments/assets/8fa5e424-4588-4586-bf89-b7e2faa2252f"
alt="carbon-8" /></p>
<h2>Changes</h2>
<ul>
<li>chore(deps): bump github/codeql-action from 3.27.0 to 3.27.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3314">#3314</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(parser): fix type inference for result types (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3293">#3293</a>)
by <a href="https://github.com/am29d"><code>@​am29d</code></a></li>
<li>chore: fix relative import regression (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3287">#3287</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0.15 to 3.0.16 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3282">#3282</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3258">#3258</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump actions/dependency-review-action from 4.3.5 to
4.4.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3268">#3268</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3245">#3245</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></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>
<h1><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0">2.11.0</a>
(2024-11-20)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics:</strong> skip empty string dimension values (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3319">#3319</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/924d49dcac8cc999782db51e61d8e854b752cd5c">924d49d</a>)</li>
<li><strong>parser:</strong> add aws region to kinesis event (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3260">#3260</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/246f13253bdba1f6963cf53605b0ae10698f063e">246f132</a>)</li>
<li><strong>parser:</strong> event type literal for selfManagedKafka (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3325">#3325</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5350afed92d02b7b8d47f387705f70c59deeeb65">5350afe</a>)</li>
<li><strong>parser:</strong> fix cause errors nested structure (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3250">#3250</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1ff97cb758b2e44a76ce108d8e54c9335088abba">1ff97cb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>batch:</strong> Async Processing of Records for for SQS Fifo
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3160">#3160</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e73b575b784b7a59ca8cde02d4ca51ec97789d19">e73b575</a>)</li>
<li><strong>metrics:</strong> ability to set custom timestamp with
<code>setTimestamp</code> for metrics (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3310">#3310</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0fb94c38cbead6333ff4a17354c81ce73fe51afd">0fb94c3</a>)</li>
<li><strong>metrics:</strong> add ability to pass custom logger (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3057">#3057</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a531b90031826970673eb8bfad78dee6edd0a359">a531b90</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/961f527328b6c2bedb1b9c6d517323d6725ba0f9"><code>961f527</code></a>
chore(ci): bump version to 2.11.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3337">#3337</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6733584407e2e1dc80c60515875d5566f423a51f"><code>6733584</code></a>
chore: migrate dev environment to nodejs22 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3327">#3327</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dffde6c2e12efe491d87a8d19373527953ab691d"><code>dffde6c</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 2 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3335">#3335</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c71a3ae9f28c880587d5a2ccf6793a458fc19874"><code>c71a3ae</code></a>
chore(deps): bump mkdocs-material from 9.5.44 to 9.5.45 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3334">#3334</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cec7eade434479eda19a9ef53fbf6f33294b1fe"><code>8cec7ea</code></a>
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3331">#3331</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4cd551aec882b91ff63aab68bb7868c95789d369"><code>4cd551a</code></a>
chore(deps-dev): bump <code>@​vitest/coverage-v8</code> from 2.1.4 to
2.1.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3318">#3318</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/924d49dcac8cc999782db51e61d8e854b752cd5c"><code>924d49d</code></a>
fix(metrics): skip empty string dimension values (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3319">#3319</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5350afed92d02b7b8d47f387705f70c59deeeb65"><code>5350afe</code></a>
fix(parser): event type literal for selfManagedKafka (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3325">#3325</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/de1ee899f75150c8812443205cd99978e5b14b1e"><code>de1ee89</code></a>
chore(deps): bump aws-xray-sdk-core from 3.10.1 to 3.10.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3313">#3313</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ed867db20df39c7fb32396eec85a665b283135c0"><code>ed867db</code></a>
chore(deps): bump github/codeql-action from 3.27.0 to 3.27.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3314">#3314</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/logger` from 2.10.0 to 2.11.0
<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.11.0</h2>
<h2>Summary</h2>
<p>In this release we’ve added support for the new Node.js 22 managed
runtime in AWS Lambda 🚀.</p>
<p>We have also added two new features to Metrics to let you:
<strong>1/</strong> set a custom logger, and <strong>2/</strong> emit
metrics with a custom timestamp; and improved Batch Processing by adding
async processing of SQS FIFO queues.</p>
<p>⭐️ Thanks to <a
href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> and
<a href="https://github.com/psperber"><code>@​psperber</code></a> for
their contributions to this release!</p>
<h2>Node.js 22 support</h2>
<p>You can now use Powertools for AWS Lambda (TypeScript) with the new
Node.js 22 runtime in AWS Lambda.</p>
<p>We’ve partnered with the AWS Lambda team for this launch and have
been testing our toolkit for the past few weeks to ensure compatibility
with no changes from your side.</p>
<p>To start using Powertools for AWS with the new runtime, you can
upgrade to this version via npm or use the latest version of our Lambda
layer.</p>
<h2>Custom timestamps in metrics</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/metrics/">Docs</a></p>
</blockquote>
<p>You can now configure the timestamp of all the metrics you create,
using the <code>setTimestamp()</code> method. This allows you to specify
a Datetime object or an integer representing an epoch timestamp in
milliseconds. This is useful when emitting metrics related to an event
in the past or in the future.</p>
<p><img
src="https://github.com/user-attachments/assets/4aa76012-f91e-4cf2-b34a-d36f98e83b0a"
alt="carbon-6" /></p>
<h2>Bring your own logger to Metrics</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/2.11.0/api/types/_aws_lambda_powertools_metrics.types.MetricsOptions.html">Docs</a></p>
</blockquote>
<p>Additionally, you can now also set a custom logger that the Metrics
utility will use to emit warnings and debug logs. This is helpful for
when you want to silence certain warnings or see diagnostic messages
from the utility. To avoid compatibility issues and potential data loss,
we will continue to emit the EMF blobs for your metrics directly to
stdout.</p>
<p><img
src="https://github.com/user-attachments/assets/8b09b684-a42a-4cf9-a01c-2157acde2231"
alt="carbon-7" /></p>
<h2>FIFO queues async processing</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/batch/#fifo-queues">Docs</a></p>
</blockquote>
<p>You can now use an asynchronous function as record handler when
processing a batch of items coming from an Amazon SQS FIFO queue. This
is helpful when you need to perform side effects that involve http
requests or other AWS services.</p>
<p><img
src="https://github.com/user-attachments/assets/8fa5e424-4588-4586-bf89-b7e2faa2252f"
alt="carbon-8" /></p>
<h2>Changes</h2>
<ul>
<li>chore(deps): bump github/codeql-action from 3.27.0 to 3.27.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3314">#3314</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(parser): fix type inference for result types (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3293">#3293</a>)
by <a href="https://github.com/am29d"><code>@​am29d</code></a></li>
<li>chore: fix relative import regression (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3287">#3287</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0.15 to 3.0.16 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3282">#3282</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3258">#3258</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump actions/dependency-review-action from 4.3.5 to
4.4.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3268">#3268</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3245">#3245</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></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>
<h1><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0">2.11.0</a>
(2024-11-20)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics:</strong> skip empty string dimension values (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3319">#3319</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/924d49dcac8cc999782db51e61d8e854b752cd5c">924d49d</a>)</li>
<li><strong>parser:</strong> add aws region to kinesis event (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3260">#3260</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/246f13253bdba1f6963cf53605b0ae10698f063e">246f132</a>)</li>
<li><strong>parser:</strong> event type literal for selfManagedKafka (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3325">#3325</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5350afed92d02b7b8d47f387705f70c59deeeb65">5350afe</a>)</li>
<li><strong>parser:</strong> fix cause errors nested structure (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3250">#3250</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1ff97cb758b2e44a76ce108d8e54c9335088abba">1ff97cb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>batch:</strong> Async Processing of Records for for SQS Fifo
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3160">#3160</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e73b575b784b7a59ca8cde02d4ca51ec97789d19">e73b575</a>)</li>
<li><strong>metrics:</strong> ability to set custom timestamp with
<code>setTimestamp</code> for metrics (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3310">#3310</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0fb94c38cbead6333ff4a17354c81ce73fe51afd">0fb94c3</a>)</li>
<li><strong>metrics:</strong> add ability to pass custom logger (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3057">#3057</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a531b90031826970673eb8bfad78dee6edd0a359">a531b90</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/961f527328b6c2bedb1b9c6d517323d6725ba0f9"><code>961f527</code></a>
chore(ci): bump version to 2.11.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3337">#3337</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6733584407e2e1dc80c60515875d5566f423a51f"><code>6733584</code></a>
chore: migrate dev environment to nodejs22 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3327">#3327</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dffde6c2e12efe491d87a8d19373527953ab691d"><code>dffde6c</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 2 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3335">#3335</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c71a3ae9f28c880587d5a2ccf6793a458fc19874"><code>c71a3ae</code></a>
chore(deps): bump mkdocs-material from 9.5.44 to 9.5.45 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3334">#3334</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cec7eade434479eda19a9ef53fbf6f33294b1fe"><code>8cec7ea</code></a>
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3331">#3331</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4cd551aec882b91ff63aab68bb7868c95789d369"><code>4cd551a</code></a>
chore(deps-dev): bump <code>@​vitest/coverage-v8</code> from 2.1.4 to
2.1.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3318">#3318</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/924d49dcac8cc999782db51e61d8e854b752cd5c"><code>924d49d</code></a>
fix(metrics): skip empty string dimension values (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3319">#3319</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5350afed92d02b7b8d47f387705f70c59deeeb65"><code>5350afe</code></a>
fix(parser): event type literal for selfManagedKafka (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3325">#3325</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/de1ee899f75150c8812443205cd99978e5b14b1e"><code>de1ee89</code></a>
chore(deps): bump aws-xray-sdk-core from 3.10.1 to 3.10.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3313">#3313</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ed867db20df39c7fb32396eec85a665b283135c0"><code>ed867db</code></a>
chore(deps): bump github/codeql-action from 3.27.0 to 3.27.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3314">#3314</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/metrics` from 2.10.0 to 2.11.0
<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.11.0</h2>
<h2>Summary</h2>
<p>In this release we’ve added support for the new Node.js 22 managed
runtime in AWS Lambda 🚀.</p>
<p>We have also added two new features to Metrics to let you:
<strong>1/</strong> set a custom logger, and <strong>2/</strong> emit
metrics with a custom timestamp; and improved Batch Processing by adding
async processing of SQS FIFO queues.</p>
<p>⭐️ Thanks to <a
href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> and
<a href="https://github.com/psperber"><code>@​psperber</code></a> for
their contributions to this release!</p>
<h2>Node.js 22 support</h2>
<p>You can now use Powertools for AWS Lambda (TypeScript) with the new
Node.js 22 runtime in AWS Lambda.</p>
<p>We’ve partnered with the AWS Lambda team for this launch and have
been testing our toolkit for the past few weeks to ensure compatibility
with no changes from your side.</p>
<p>To start using Powertools for AWS with the new runtime, you can
upgrade to this version via npm or use the latest version of our Lambda
layer.</p>
<h2>Custom timestamps in metrics</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/metrics/">Docs</a></p>
</blockquote>
<p>You can now configure the timestamp of all the metrics you create,
using the <code>setTimestamp()</code> method. This allows you to specify
a Datetime object or an integer representing an epoch timestamp in
milliseconds. This is useful when emitting metrics related to an event
in the past or in the future.</p>
<p><img
src="https://github.com/user-attachments/assets/4aa76012-f91e-4cf2-b34a-d36f98e83b0a"
alt="carbon-6" /></p>
<h2>Bring your own logger to Metrics</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/2.11.0/api/types/_aws_lambda_powertools_metrics.types.MetricsOptions.html">Docs</a></p>
</blockquote>
<p>Additionally, you can now also set a custom logger that the Metrics
utility will use to emit warnings and debug logs. This is helpful for
when you want to silence certain warnings or see diagnostic messages
from the utility. To avoid compatibility issues and potential data loss,
we will continue to emit the EMF blobs for your metrics directly to
stdout.</p>
<p><img
src="https://github.com/user-attachments/assets/8b09b684-a42a-4cf9-a01c-2157acde2231"
alt="carbon-7" /></p>
<h2>FIFO queues async processing</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/batch/#fifo-queues">Docs</a></p>
</blockquote>
<p>You can now use an asynchronous function as record handler when
processing a batch of items coming from an Amazon SQS FIFO queue. This
is helpful when you need to perform side effects that involve http
requests or other AWS services.</p>
<p><img
src="https://github.com/user-attachments/assets/8fa5e424-4588-4586-bf89-b7e2faa2252f"
alt="carbon-8" /></p>
<h2>Changes</h2>
<ul>
<li>chore(deps): bump github/codeql-action from 3.27.0 to 3.27.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3314">#3314</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(parser): fix type inference for result types (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3293">#3293</a>)
by <a href="https://github.com/am29d"><code>@​am29d</code></a></li>
<li>chore: fix relative import regression (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3287">#3287</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0.15 to 3.0.16 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3282">#3282</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3258">#3258</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump actions/dependency-review-action from 4.3.5 to
4.4.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3268">#3268</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3245">#3245</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></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>
<h1><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0">2.11.0</a>
(2024-11-20)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics:</strong> skip empty string dimension values (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3319">#3319</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/924d49dcac8cc999782db51e61d8e854b752cd5c">924d49d</a>)</li>
<li><strong>parser:</strong> add aws region to kinesis event (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3260">#3260</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/246f13253bdba1f6963cf53605b0ae10698f063e">246f132</a>)</li>
<li><strong>parser:</strong> event type literal for selfManagedKafka (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3325">#3325</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5350afed92d02b7b8d47f387705f70c59deeeb65">5350afe</a>)</li>
<li><strong>parser:</strong> fix cause errors nested structure (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3250">#3250</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1ff97cb758b2e44a76ce108d8e54c9335088abba">1ff97cb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>batch:</strong> Async Processing of Records for for SQS Fifo
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3160">#3160</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e73b575b784b7a59ca8cde02d4ca51ec97789d19">e73b575</a>)</li>
<li><strong>metrics:</strong> ability to set custom timestamp with
<code>setTimestamp</code> for metrics (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3310">#3310</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0fb94c38cbead6333ff4a17354c81ce73fe51afd">0fb94c3</a>)</li>
<li><strong>metrics:</strong> add ability to pass custom logger (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3057">#3057</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a531b90031826970673eb8bfad78dee6edd0a359">a531b90</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/961f527328b6c2bedb1b9c6d517323d6725ba0f9"><code>961f527</code></a>
chore(ci): bump version to 2.11.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3337">#3337</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6733584407e2e1dc80c60515875d5566f423a51f"><code>6733584</code></a>
chore: migrate dev environment to nodejs22 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3327">#3327</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dffde6c2e12efe491d87a8d19373527953ab691d"><code>dffde6c</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 2 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3335">#3335</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c71a3ae9f28c880587d5a2ccf6793a458fc19874"><code>c71a3ae</code></a>
chore(deps): bump mkdocs-material from 9.5.44 to 9.5.45 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3334">#3334</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cec7eade434479eda19a9ef53fbf6f33294b1fe"><code>8cec7ea</code></a>
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3331">#3331</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4cd551aec882b91ff63aab68bb7868c95789d369"><code>4cd551a</code></a>
chore(deps-dev): bump <code>@​vitest/coverage-v8</code> from 2.1.4 to
2.1.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3318">#3318</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/924d49dcac8cc999782db51e61d8e854b752cd5c"><code>924d49d</code></a>
fix(metrics): skip empty string dimension values (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3319">#3319</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5350afed92d02b7b8d47f387705f70c59deeeb65"><code>5350afe</code></a>
fix(parser): event type literal for selfManagedKafka (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3325">#3325</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/de1ee899f75150c8812443205cd99978e5b14b1e"><code>de1ee89</code></a>
chore(deps): bump aws-xray-sdk-core from 3.10.1 to 3.10.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3313">#3313</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ed867db20df39c7fb32396eec85a665b283135c0"><code>ed867db</code></a>
chore(deps): bump github/codeql-action from 3.27.0 to 3.27.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3314">#3314</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-lambda-powertools/tracer` from 2.10.0 to 2.11.0
<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.11.0</h2>
<h2>Summary</h2>
<p>In this release we’ve added support for the new Node.js 22 managed
runtime in AWS Lambda 🚀.</p>
<p>We have also added two new features to Metrics to let you:
<strong>1/</strong> set a custom logger, and <strong>2/</strong> emit
metrics with a custom timestamp; and improved Batch Processing by adding
async processing of SQS FIFO queues.</p>
<p>⭐️ Thanks to <a
href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> and
<a href="https://github.com/psperber"><code>@​psperber</code></a> for
their contributions to this release!</p>
<h2>Node.js 22 support</h2>
<p>You can now use Powertools for AWS Lambda (TypeScript) with the new
Node.js 22 runtime in AWS Lambda.</p>
<p>We’ve partnered with the AWS Lambda team for this launch and have
been testing our toolkit for the past few weeks to ensure compatibility
with no changes from your side.</p>
<p>To start using Powertools for AWS with the new runtime, you can
upgrade to this version via npm or use the latest version of our Lambda
layer.</p>
<h2>Custom timestamps in metrics</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/metrics/">Docs</a></p>
</blockquote>
<p>You can now configure the timestamp of all the metrics you create,
using the <code>setTimestamp()</code> method. This allows you to specify
a Datetime object or an integer representing an epoch timestamp in
milliseconds. This is useful when emitting metrics related to an event
in the past or in the future.</p>
<p><img
src="https://github.com/user-attachments/assets/4aa76012-f91e-4cf2-b34a-d36f98e83b0a"
alt="carbon-6" /></p>
<h2>Bring your own logger to Metrics</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/2.11.0/api/types/_aws_lambda_powertools_metrics.types.MetricsOptions.html">Docs</a></p>
</blockquote>
<p>Additionally, you can now also set a custom logger that the Metrics
utility will use to emit warnings and debug logs. This is helpful for
when you want to silence certain warnings or see diagnostic messages
from the utility. To avoid compatibility issues and potential data loss,
we will continue to emit the EMF blobs for your metrics directly to
stdout.</p>
<p><img
src="https://github.com/user-attachments/assets/8b09b684-a42a-4cf9-a01c-2157acde2231"
alt="carbon-7" /></p>
<h2>FIFO queues async processing</h2>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/batch/#fifo-queues">Docs</a></p>
</blockquote>
<p>You can now use an asynchronous function as record handler when
processing a batch of items coming from an Amazon SQS FIFO queue. This
is helpful when you need to perform side effects that involve http
requests or other AWS services.</p>
<p><img
src="https://github.com/user-attachments/assets/8fa5e424-4588-4586-bf89-b7e2faa2252f"
alt="carbon-8" /></p>
<h2>Changes</h2>
<ul>
<li>chore(deps): bump github/codeql-action from 3.27.0 to 3.27.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3314">#3314</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(parser): fix type inference for result types (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3293">#3293</a>)
by <a href="https://github.com/am29d"><code>@​am29d</code></a></li>
<li>chore: fix relative import regression (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3287">#3287</a>)
by <a
href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li>
<li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0.15 to 3.0.16 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3282">#3282</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3258">#3258</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump actions/dependency-review-action from 4.3.5 to
4.4.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3268">#3268</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3245">#3245</a>)
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></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>
<h1><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0">2.11.0</a>
(2024-11-20)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>metrics:</strong> skip empty string dimension values (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3319">#3319</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/924d49dcac8cc999782db51e61d8e854b752cd5c">924d49d</a>)</li>
<li><strong>parser:</strong> add aws region to kinesis event (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3260">#3260</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/246f13253bdba1f6963cf53605b0ae10698f063e">246f132</a>)</li>
<li><strong>parser:</strong> event type literal for selfManagedKafka (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3325">#3325</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5350afed92d02b7b8d47f387705f70c59deeeb65">5350afe</a>)</li>
<li><strong>parser:</strong> fix cause errors nested structure (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3250">#3250</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1ff97cb758b2e44a76ce108d8e54c9335088abba">1ff97cb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>batch:</strong> Async Processing of Records for for SQS Fifo
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3160">#3160</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e73b575b784b7a59ca8cde02d4ca51ec97789d19">e73b575</a>)</li>
<li><strong>metrics:</strong> ability to set custom timestamp with
<code>setTimestamp</code> for metrics (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3310">#3310</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0fb94c38cbead6333ff4a17354c81ce73fe51afd">0fb94c3</a>)</li>
<li><strong>metrics:</strong> add ability to pass custom logger (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3057">#3057</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a531b90031826970673eb8bfad78dee6edd0a359">a531b90</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/961f527328b6c2bedb1b9c6d517323d6725ba0f9"><code>961f527</code></a>
chore(ci): bump version to 2.11.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3337">#3337</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6733584407e2e1dc80c60515875d5566f423a51f"><code>6733584</code></a>
chore: migrate dev environment to nodejs22 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3327">#3327</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dffde6c2e12efe491d87a8d19373527953ab691d"><code>dffde6c</code></a>
chore(deps): bump the aws-cdk group across 1 directory with 2 updates
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3335">#3335</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c71a3ae9f28c880587d5a2ccf6793a458fc19874"><code>c71a3ae</code></a>
chore(deps): bump mkdocs-material from 9.5.44 to 9.5.45 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3334">#3334</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cec7eade434479eda19a9ef53fbf6f33294b1fe"><code>8cec7ea</code></a>
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3331">#3331</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4cd551aec882b91ff63aab68bb7868c95789d369"><code>4cd551a</code></a>
chore(deps-dev): bump <code>@​vitest/coverage-v8</code> from 2.1.4 to
2.1.5 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3318">#3318</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/924d49dcac8cc999782db51e61d8e854b752cd5c"><code>924d49d</code></a>
fix(metrics): skip empty string dimension values (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3319">#3319</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5350afed92d02b7b8d47f387705f70c59deeeb65"><code>5350afe</code></a>
fix(parser): event type literal for selfManagedKafka (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3325">#3325</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/de1ee899f75150c8812443205cd99978e5b14b1e"><code>de1ee89</code></a>
chore(deps): bump aws-xray-sdk-core from 3.10.1 to 3.10.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3313">#3313</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ed867db20df39c7fb32396eec85a665b283135c0"><code>ed867db</code></a>
chore(deps): bump github/codeql-action from 3.27.0 to 3.27.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3314">#3314</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0">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>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 0bcd6c5 commit e1f330b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@aws-github-runner/aws-powertools-util": "*",
"@aws-github-runner/aws-ssm-util": "*",
"@aws-lambda-powertools/parameters": "^2.10.0",
"@aws-lambda-powertools/parameters": "^2.11.0",
"@aws-sdk/client-ec2": "^3.694.0",
"@aws-sdk/client-sqs": "^3.693.0",
"@aws-sdk/types": "^3.692.0",
Expand Down
6 changes: 3 additions & 3 deletions lambdas/libs/aws-powertools-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^2.10.0",
"@aws-lambda-powertools/metrics": "^2.10.0",
"@aws-lambda-powertools/tracer": "^2.10.0",
"@aws-lambda-powertools/logger": "^2.11.0",
"@aws-lambda-powertools/metrics": "^2.11.0",
"@aws-lambda-powertools/tracer": "^2.11.0",
"aws-lambda": "^1.0.7"
},
"nx": {
Expand Down
66 changes: 33 additions & 33 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@aws-github-runner/aws-powertools-util@workspace:libs/aws-powertools-util"
dependencies:
"@aws-lambda-powertools/logger": "npm:^2.10.0"
"@aws-lambda-powertools/metrics": "npm:^2.10.0"
"@aws-lambda-powertools/tracer": "npm:^2.10.0"
"@aws-lambda-powertools/logger": "npm:^2.11.0"
"@aws-lambda-powertools/metrics": "npm:^2.11.0"
"@aws-lambda-powertools/tracer": "npm:^2.11.0"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
Expand Down Expand Up @@ -195,7 +195,7 @@ __metadata:
dependencies:
"@aws-github-runner/aws-powertools-util": "npm:*"
"@aws-github-runner/aws-ssm-util": "npm:*"
"@aws-lambda-powertools/parameters": "npm:^2.10.0"
"@aws-lambda-powertools/parameters": "npm:^2.11.0"
"@aws-sdk/client-ec2": "npm:^3.694.0"
"@aws-sdk/client-sqs": "npm:^3.693.0"
"@aws-sdk/types": "npm:^3.692.0"
Expand Down Expand Up @@ -328,47 +328,47 @@ __metadata:
languageName: unknown
linkType: soft

"@aws-lambda-powertools/commons@npm:^2.10.0":
version: 2.10.0
resolution: "@aws-lambda-powertools/commons@npm:2.10.0"
checksum: 10c0/da13593710f4950cd54992bcfd94601c56d87b9fdb2c5b3614dbf31c755ad1df731dad9655df51f5f3632aa4e85cdd36c47237dfb3563cacd49a571798231f1c
"@aws-lambda-powertools/commons@npm:^2.11.0":
version: 2.11.0
resolution: "@aws-lambda-powertools/commons@npm:2.11.0"
checksum: 10c0/ceca292b45010047b3e31186eaf28683913cf08325c3b6459f3d251258c4257397e39152f87e0b1b7afd01fb90ac49160c633319facfe87ec58d7821844d6d5f
languageName: node
linkType: hard

"@aws-lambda-powertools/logger@npm:^2.10.0":
version: 2.10.0
resolution: "@aws-lambda-powertools/logger@npm:2.10.0"
"@aws-lambda-powertools/logger@npm:^2.11.0":
version: 2.11.0
resolution: "@aws-lambda-powertools/logger@npm:2.11.0"
dependencies:
"@aws-lambda-powertools/commons": "npm:^2.10.0"
"@aws-lambda-powertools/commons": "npm:^2.11.0"
lodash.merge: "npm:^4.6.2"
peerDependencies:
"@middy/core": 4.x || 5.x
peerDependenciesMeta:
"@middy/core":
optional: true
checksum: 10c0/cc05b862c787d76ac56d43911f6a142aea5a29ea9eb1256eeca84822860ab394e61d6281298dbf14e29a00d22f5b8a21220702baa1ca33e9821d796cc8282a1f
checksum: 10c0/cc409b841eb22c2e17664b374866b7a1a62ef9c31a8bf91b733a6e0727265dd1347d94b02666bd9830ea1bc56805126139e5294d1391487a7799783442e97d4c
languageName: node
linkType: hard

"@aws-lambda-powertools/metrics@npm:^2.10.0":
version: 2.10.0
resolution: "@aws-lambda-powertools/metrics@npm:2.10.0"
"@aws-lambda-powertools/metrics@npm:^2.11.0":
version: 2.11.0
resolution: "@aws-lambda-powertools/metrics@npm:2.11.0"
dependencies:
"@aws-lambda-powertools/commons": "npm:^2.10.0"
"@aws-lambda-powertools/commons": "npm:^2.11.0"
peerDependencies:
"@middy/core": 4.x || 5.x
peerDependenciesMeta:
"@middy/core":
optional: true
checksum: 10c0/fca74681b9c6152386b04190361cded72497e9b8bea88145686f89c76f1cbfd042f13814d9716c049d7a7d392867d73998c1bc6bc4c3e140d490bae76f01f126
checksum: 10c0/2f250191884a077f003d4d00dc7e79cc83687d1654a38eb180e19a45059075f3b527a2535882571db31af1739548c6af33133099cc1725315a2f8c3cab9db0f8
languageName: node
linkType: hard

"@aws-lambda-powertools/parameters@npm:^2.10.0":
version: 2.10.0
resolution: "@aws-lambda-powertools/parameters@npm:2.10.0"
"@aws-lambda-powertools/parameters@npm:^2.11.0":
version: 2.11.0
resolution: "@aws-lambda-powertools/parameters@npm:2.11.0"
dependencies:
"@aws-lambda-powertools/commons": "npm:^2.10.0"
"@aws-lambda-powertools/commons": "npm:^2.11.0"
peerDependencies:
"@aws-sdk/client-appconfigdata": ">=3.x"
"@aws-sdk/client-dynamodb": ">=3.x"
Expand All @@ -389,22 +389,22 @@ __metadata:
optional: true
"@middy/core":
optional: true
checksum: 10c0/4afb706d9baa6c141c1544a354b6d31a4410f2ba9343c73a1caf17311dff461ab170efacdffc885b92996467db4ff62b98478a1997cbecc1069119e0c798a2ba
checksum: 10c0/5c6a727745505896a3c35682b6044a3cc0cb53df2c4d3dddcc1c8448e90250075c8eebe93ac04b5b6d709b848935d5d65a858a5b764e148d5cd9e30033108dc3
languageName: node
linkType: hard

"@aws-lambda-powertools/tracer@npm:^2.10.0":
version: 2.10.0
resolution: "@aws-lambda-powertools/tracer@npm:2.10.0"
"@aws-lambda-powertools/tracer@npm:^2.11.0":
version: 2.11.0
resolution: "@aws-lambda-powertools/tracer@npm:2.11.0"
dependencies:
"@aws-lambda-powertools/commons": "npm:^2.10.0"
aws-xray-sdk-core: "npm:^3.10.1"
"@aws-lambda-powertools/commons": "npm:^2.11.0"
aws-xray-sdk-core: "npm:^3.10.2"
peerDependencies:
"@middy/core": 4.x || 5.x
peerDependenciesMeta:
"@middy/core":
optional: true
checksum: 10c0/a253493e3403e3cf2be2cdd2583cdf283936d25681ca798da7e5ad43bbf702e6fbf3efa2a0a1a39966f39785465f51061a0c6d359d06818ae028a84ed55c2752
checksum: 10c0/9b633b35a517239c130ab885a386da2cb77cce7eda2ebb0860e749d9f0a1e770aeff5552efed4b09cf4fc128abdd3abd4a2accbd91a15e10df3d0ce53ae1a68a
languageName: node
linkType: hard

Expand Down Expand Up @@ -5885,17 +5885,17 @@ __metadata:
languageName: node
linkType: hard

"aws-xray-sdk-core@npm:^3.10.1":
version: 3.10.1
resolution: "aws-xray-sdk-core@npm:3.10.1"
"aws-xray-sdk-core@npm:^3.10.2":
version: 3.10.2
resolution: "aws-xray-sdk-core@npm:3.10.2"
dependencies:
"@aws-sdk/types": "npm:^3.4.1"
"@smithy/service-error-classification": "npm:^2.0.4"
"@types/cls-hooked": "npm:^4.3.3"
atomic-batcher: "npm:^1.0.2"
cls-hooked: "npm:^4.2.2"
semver: "npm:^7.5.3"
checksum: 10c0/e7a084e08458ef8a75001ef5ddc137633d741f164e2e1126deae2065926e9d464ca494e55240193062503b32d512e567a2d7bc3f6ced8dff137a425d4623f0bb
checksum: 10c0/0d47b13687f841092e927c919085d0570aca67ad9a12251f1d8395c9628f6fcc738d962897032b993c3cf1a94e11cdbe64d23cfbd6106adde732bb46495d5c9e
languageName: node
linkType: hard

Expand Down

0 comments on commit e1f330b

Please sign in to comment.