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

Commit e1f330b

Browse files
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (#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>
1 parent 0bcd6c5 commit e1f330b

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

Diff for: lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@aws-github-runner/aws-powertools-util": "*",
4242
"@aws-github-runner/aws-ssm-util": "*",
43-
"@aws-lambda-powertools/parameters": "^2.10.0",
43+
"@aws-lambda-powertools/parameters": "^2.11.0",
4444
"@aws-sdk/client-ec2": "^3.694.0",
4545
"@aws-sdk/client-sqs": "^3.693.0",
4646
"@aws-sdk/types": "^3.692.0",

Diff for: lambdas/libs/aws-powertools-util/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"typescript": "^5.6.3"
3636
},
3737
"dependencies": {
38-
"@aws-lambda-powertools/logger": "^2.10.0",
39-
"@aws-lambda-powertools/metrics": "^2.10.0",
40-
"@aws-lambda-powertools/tracer": "^2.10.0",
38+
"@aws-lambda-powertools/logger": "^2.11.0",
39+
"@aws-lambda-powertools/metrics": "^2.11.0",
40+
"@aws-lambda-powertools/tracer": "^2.11.0",
4141
"aws-lambda": "^1.0.7"
4242
},
4343
"nx": {

Diff for: lambdas/yarn.lock

+33-33
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ __metadata:
134134
version: 0.0.0-use.local
135135
resolution: "@aws-github-runner/aws-powertools-util@workspace:libs/aws-powertools-util"
136136
dependencies:
137-
"@aws-lambda-powertools/logger": "npm:^2.10.0"
138-
"@aws-lambda-powertools/metrics": "npm:^2.10.0"
139-
"@aws-lambda-powertools/tracer": "npm:^2.10.0"
137+
"@aws-lambda-powertools/logger": "npm:^2.11.0"
138+
"@aws-lambda-powertools/metrics": "npm:^2.11.0"
139+
"@aws-lambda-powertools/tracer": "npm:^2.11.0"
140140
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
141141
"@types/aws-lambda": "npm:^8.10.145"
142142
"@types/express": "npm:^4.17.21"
@@ -195,7 +195,7 @@ __metadata:
195195
dependencies:
196196
"@aws-github-runner/aws-powertools-util": "npm:*"
197197
"@aws-github-runner/aws-ssm-util": "npm:*"
198-
"@aws-lambda-powertools/parameters": "npm:^2.10.0"
198+
"@aws-lambda-powertools/parameters": "npm:^2.11.0"
199199
"@aws-sdk/client-ec2": "npm:^3.694.0"
200200
"@aws-sdk/client-sqs": "npm:^3.693.0"
201201
"@aws-sdk/types": "npm:^3.692.0"
@@ -328,47 +328,47 @@ __metadata:
328328
languageName: unknown
329329
linkType: soft
330330

331-
"@aws-lambda-powertools/commons@npm:^2.10.0":
332-
version: 2.10.0
333-
resolution: "@aws-lambda-powertools/commons@npm:2.10.0"
334-
checksum: 10c0/da13593710f4950cd54992bcfd94601c56d87b9fdb2c5b3614dbf31c755ad1df731dad9655df51f5f3632aa4e85cdd36c47237dfb3563cacd49a571798231f1c
331+
"@aws-lambda-powertools/commons@npm:^2.11.0":
332+
version: 2.11.0
333+
resolution: "@aws-lambda-powertools/commons@npm:2.11.0"
334+
checksum: 10c0/ceca292b45010047b3e31186eaf28683913cf08325c3b6459f3d251258c4257397e39152f87e0b1b7afd01fb90ac49160c633319facfe87ec58d7821844d6d5f
335335
languageName: node
336336
linkType: hard
337337

338-
"@aws-lambda-powertools/logger@npm:^2.10.0":
339-
version: 2.10.0
340-
resolution: "@aws-lambda-powertools/logger@npm:2.10.0"
338+
"@aws-lambda-powertools/logger@npm:^2.11.0":
339+
version: 2.11.0
340+
resolution: "@aws-lambda-powertools/logger@npm:2.11.0"
341341
dependencies:
342-
"@aws-lambda-powertools/commons": "npm:^2.10.0"
342+
"@aws-lambda-powertools/commons": "npm:^2.11.0"
343343
lodash.merge: "npm:^4.6.2"
344344
peerDependencies:
345345
"@middy/core": 4.x || 5.x
346346
peerDependenciesMeta:
347347
"@middy/core":
348348
optional: true
349-
checksum: 10c0/cc05b862c787d76ac56d43911f6a142aea5a29ea9eb1256eeca84822860ab394e61d6281298dbf14e29a00d22f5b8a21220702baa1ca33e9821d796cc8282a1f
349+
checksum: 10c0/cc409b841eb22c2e17664b374866b7a1a62ef9c31a8bf91b733a6e0727265dd1347d94b02666bd9830ea1bc56805126139e5294d1391487a7799783442e97d4c
350350
languageName: node
351351
linkType: hard
352352

353-
"@aws-lambda-powertools/metrics@npm:^2.10.0":
354-
version: 2.10.0
355-
resolution: "@aws-lambda-powertools/metrics@npm:2.10.0"
353+
"@aws-lambda-powertools/metrics@npm:^2.11.0":
354+
version: 2.11.0
355+
resolution: "@aws-lambda-powertools/metrics@npm:2.11.0"
356356
dependencies:
357-
"@aws-lambda-powertools/commons": "npm:^2.10.0"
357+
"@aws-lambda-powertools/commons": "npm:^2.11.0"
358358
peerDependencies:
359359
"@middy/core": 4.x || 5.x
360360
peerDependenciesMeta:
361361
"@middy/core":
362362
optional: true
363-
checksum: 10c0/fca74681b9c6152386b04190361cded72497e9b8bea88145686f89c76f1cbfd042f13814d9716c049d7a7d392867d73998c1bc6bc4c3e140d490bae76f01f126
363+
checksum: 10c0/2f250191884a077f003d4d00dc7e79cc83687d1654a38eb180e19a45059075f3b527a2535882571db31af1739548c6af33133099cc1725315a2f8c3cab9db0f8
364364
languageName: node
365365
linkType: hard
366366

367-
"@aws-lambda-powertools/parameters@npm:^2.10.0":
368-
version: 2.10.0
369-
resolution: "@aws-lambda-powertools/parameters@npm:2.10.0"
367+
"@aws-lambda-powertools/parameters@npm:^2.11.0":
368+
version: 2.11.0
369+
resolution: "@aws-lambda-powertools/parameters@npm:2.11.0"
370370
dependencies:
371-
"@aws-lambda-powertools/commons": "npm:^2.10.0"
371+
"@aws-lambda-powertools/commons": "npm:^2.11.0"
372372
peerDependencies:
373373
"@aws-sdk/client-appconfigdata": ">=3.x"
374374
"@aws-sdk/client-dynamodb": ">=3.x"
@@ -389,22 +389,22 @@ __metadata:
389389
optional: true
390390
"@middy/core":
391391
optional: true
392-
checksum: 10c0/4afb706d9baa6c141c1544a354b6d31a4410f2ba9343c73a1caf17311dff461ab170efacdffc885b92996467db4ff62b98478a1997cbecc1069119e0c798a2ba
392+
checksum: 10c0/5c6a727745505896a3c35682b6044a3cc0cb53df2c4d3dddcc1c8448e90250075c8eebe93ac04b5b6d709b848935d5d65a858a5b764e148d5cd9e30033108dc3
393393
languageName: node
394394
linkType: hard
395395

396-
"@aws-lambda-powertools/tracer@npm:^2.10.0":
397-
version: 2.10.0
398-
resolution: "@aws-lambda-powertools/tracer@npm:2.10.0"
396+
"@aws-lambda-powertools/tracer@npm:^2.11.0":
397+
version: 2.11.0
398+
resolution: "@aws-lambda-powertools/tracer@npm:2.11.0"
399399
dependencies:
400-
"@aws-lambda-powertools/commons": "npm:^2.10.0"
401-
aws-xray-sdk-core: "npm:^3.10.1"
400+
"@aws-lambda-powertools/commons": "npm:^2.11.0"
401+
aws-xray-sdk-core: "npm:^3.10.2"
402402
peerDependencies:
403403
"@middy/core": 4.x || 5.x
404404
peerDependenciesMeta:
405405
"@middy/core":
406406
optional: true
407-
checksum: 10c0/a253493e3403e3cf2be2cdd2583cdf283936d25681ca798da7e5ad43bbf702e6fbf3efa2a0a1a39966f39785465f51061a0c6d359d06818ae028a84ed55c2752
407+
checksum: 10c0/9b633b35a517239c130ab885a386da2cb77cce7eda2ebb0860e749d9f0a1e770aeff5552efed4b09cf4fc128abdd3abd4a2accbd91a15e10df3d0ce53ae1a68a
408408
languageName: node
409409
linkType: hard
410410

@@ -5885,17 +5885,17 @@ __metadata:
58855885
languageName: node
58865886
linkType: hard
58875887

5888-
"aws-xray-sdk-core@npm:^3.10.1":
5889-
version: 3.10.1
5890-
resolution: "aws-xray-sdk-core@npm:3.10.1"
5888+
"aws-xray-sdk-core@npm:^3.10.2":
5889+
version: 3.10.2
5890+
resolution: "aws-xray-sdk-core@npm:3.10.2"
58915891
dependencies:
58925892
"@aws-sdk/types": "npm:^3.4.1"
58935893
"@smithy/service-error-classification": "npm:^2.0.4"
58945894
"@types/cls-hooked": "npm:^4.3.3"
58955895
atomic-batcher: "npm:^1.0.2"
58965896
cls-hooked: "npm:^4.2.2"
58975897
semver: "npm:^7.5.3"
5898-
checksum: 10c0/e7a084e08458ef8a75001ef5ddc137633d741f164e2e1126deae2065926e9d464ca494e55240193062503b32d512e567a2d7bc3f6ced8dff137a425d4623f0bb
5898+
checksum: 10c0/0d47b13687f841092e927c919085d0570aca67ad9a12251f1d8395c9628f6fcc738d962897032b993c3cf1a94e11cdbe64d23cfbd6106adde732bb46495d5c9e
58995899
languageName: node
59005900
linkType: hard
59015901

0 commit comments

Comments
 (0)