Skip to content

Commit e018a10

Browse files
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (#4972)
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.29.0 to 2.30.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.30.0</h2> <h2>Summary</h2> <p>We're excited to announce <a href="https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html">AWS Lambda durable function</a> support in Powertools for AWS Lambda TypeScript. This allows you to leverage AWS Lambda's new durable execution capabilities while taking the advantage of features such as maintaining idempotency guarantees, making it easier to build reliable serverless workflows that span multiple invocations.</p> <p>AWS Lambda durable functions allow you to simplify building multi-step applications and AI workflows. These functions automatically checkpoint progress, suspend execution for up to one year during long-running tasks, and recover from failures without the need to manage additional infrastructure.</p> <blockquote> <p>[!NOTE] Lambda function handlers using MiddyJS or Class method decorators aren’t compatible with Durable Function handlers at this time. Tracking issues: MiddyJS <a href="https://redirect.github.com/middyjs/middy/issues/1531">middyjs/middy#1531</a> Class Decorator <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4832">aws-powertools/powertools-lambda-typescript#4832</a></p> </blockquote> <p>This release also includes some bug fixes and a documentation improvement with the help of the community.</p> <blockquote> <p>⭐ Congratulations to <a href="https://github.com/jinxiao"><code>@​jinxiao</code></a> and <a href="https://github.com/dwandro"><code>@​dwandro</code></a> for their first PR merged in the project 🎉</p> </blockquote> <h2>Changes</h2> <ul> <li>fix(logger): merged temp keys with same keys when appending to the logger (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4840">#4840</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>fix(idempotency): Update durableExecutionMode string (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4837">#4837</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(idempotency): Allow durable function to replay (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4834">#4834</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>fix(event-handler): threshold limit for compression not respected when content-length not set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4827">#4827</a>) by <a href="https://github.com/svozza"><code>@​svozza</code></a></li> <li>feat(parser): fix DynamoDBStreamChangeRecordSchema.dynamodb type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4817">#4817</a>) by <a href="https://github.com/benthorner"><code>@​benthorner</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(ci): bumped the layer verison from 41 to 42 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4861">#4861</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4855">#4855</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4854">#4854</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump esbuild from 0.27.0 to 0.27.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4849">#4849</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.6 to 4.21.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4829">#4829</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>docs(parser): fixed a typo for the SqsEnvelope built-in envelope (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4826">#4826</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>fix: fix China region arn typo (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4820">#4820</a>) by <a href="https://github.com/jinxiao"><code>@​jinxiao</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 56 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4811">#4811</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4812">#4812</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): bumped the layer verison from 40 to 41 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4800">#4800</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore(deps-dev): bump aws-sdk from 2.1692.0 to 2.1693.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4857">#4857</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4855">#4855</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4854">#4854</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 4.31.6 to 4.31.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4852">#4852</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@​aws-lambda-powertools/parameters</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.29.0...v2.30.0">2.30.0</a> (2025-12-11)</h2> <h3>Maintenance</h3> <ul> <li><strong>commons</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>logger</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>metrics</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>batch</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>event-handler</strong> export types for event handler middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4807">#4807</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c46974c67b0d061b6cf873c0f756553bf25f20d4">c46974c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>commons</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>logger</strong> merged temp keys with same keys when appending to the logger (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4840">#4840</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b30c9c458afeff79cccb6cbd7d16466c07a39455">b30c9c4</a>)</li> <li><strong>logger</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>metrics</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>idempotency</strong> Update durableExecutionMode string (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4837">#4837</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919c26dc8a09a3ce2af42e6d68728710e21afd38">919c26d</a>)</li> <li><strong>batch</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>event-handler</strong> threshold limit for compression not respected when content-length not set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4827">#4827</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ad14e183329801c3a866b08c6e31e722e5eb902e">ad14e18</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>idempotency</strong> Allow durable function to replay (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4834">#4834</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4dc079824b57a3f6f4577e03905e3a02d055f009">4dc0798</a>)</li> <li><strong>parser</strong> fix DynamoDBStreamChangeRecordSchema.dynamodb type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4817">#4817</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bf522f8af15e0d66f0dac6bd14e08d16c6b8a3b9">bf522f8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dd5395b7d60e0de8d1bae700156f0d30192d2435"><code>dd5395b</code></a> chore(ci): bump version to 2.30.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4859">#4859</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4e8d00b49acfdd6a0aa983ba7ad48d475efd9e1b"><code>4e8d00b</code></a> chore(deps-dev): bump aws-sdk from 2.1692.0 to 2.1693.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4857">#4857</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/609c891e924273880129d6d6081895b52d70f392"><code>609c891</code></a> chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/155fdf5fd682b2415f3729aaa4c3774111d127f6"><code>155fdf5</code></a> chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group ac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc1831ad2433d81bc3449eecb989b6e1bd60047c"><code>fc1831a</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/915f47a59cd3142898d6cf4f2e8ea6c9e5f1f4d3"><code>915f47a</code></a> chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/22bbf77d1ce5daf586d0243e6ee7c32cc0aa6ed4"><code>22bbf77</code></a> chore(deps): bump github/codeql-action from 4.31.6 to 4.31.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4852">#4852</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/69727c20e870bc1d2fd5272eb15aef978e51df2e"><code>69727c2</code></a> chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501"><code>47c6545</code></a> chore(deps): bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/68a71d1a7d49a63bfffd373e6c61318d55948b08"><code>68a71d1</code></a> chore(deps): bump esbuild from 0.27.0 to 0.27.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4849">#4849</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.29.0...v2.30.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/logger` from 2.29.0 to 2.30.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.30.0</h2> <h2>Summary</h2> <p>We're excited to announce <a href="https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html">AWS Lambda durable function</a> support in Powertools for AWS Lambda TypeScript. This allows you to leverage AWS Lambda's new durable execution capabilities while taking the advantage of features such as maintaining idempotency guarantees, making it easier to build reliable serverless workflows that span multiple invocations.</p> <p>AWS Lambda durable functions allow you to simplify building multi-step applications and AI workflows. These functions automatically checkpoint progress, suspend execution for up to one year during long-running tasks, and recover from failures without the need to manage additional infrastructure.</p> <blockquote> <p>[!NOTE] Lambda function handlers using MiddyJS or Class method decorators aren’t compatible with Durable Function handlers at this time. Tracking issues: MiddyJS <a href="https://redirect.github.com/middyjs/middy/issues/1531">middyjs/middy#1531</a> Class Decorator <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4832">aws-powertools/powertools-lambda-typescript#4832</a></p> </blockquote> <p>This release also includes some bug fixes and a documentation improvement with the help of the community.</p> <blockquote> <p>⭐ Congratulations to <a href="https://github.com/jinxiao"><code>@​jinxiao</code></a> and <a href="https://github.com/dwandro"><code>@​dwandro</code></a> for their first PR merged in the project 🎉</p> </blockquote> <h2>Changes</h2> <ul> <li>fix(logger): merged temp keys with same keys when appending to the logger (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4840">#4840</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>fix(idempotency): Update durableExecutionMode string (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4837">#4837</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(idempotency): Allow durable function to replay (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4834">#4834</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>fix(event-handler): threshold limit for compression not respected when content-length not set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4827">#4827</a>) by <a href="https://github.com/svozza"><code>@​svozza</code></a></li> <li>feat(parser): fix DynamoDBStreamChangeRecordSchema.dynamodb type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4817">#4817</a>) by <a href="https://github.com/benthorner"><code>@​benthorner</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(ci): bumped the layer verison from 41 to 42 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4861">#4861</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4855">#4855</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4854">#4854</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump esbuild from 0.27.0 to 0.27.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4849">#4849</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.6 to 4.21.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4829">#4829</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>docs(parser): fixed a typo for the SqsEnvelope built-in envelope (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4826">#4826</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>fix: fix China region arn typo (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4820">#4820</a>) by <a href="https://github.com/jinxiao"><code>@​jinxiao</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 56 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4811">#4811</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4812">#4812</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): bumped the layer verison from 40 to 41 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4800">#4800</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore(deps-dev): bump aws-sdk from 2.1692.0 to 2.1693.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4857">#4857</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4855">#4855</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4854">#4854</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 4.31.6 to 4.31.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4852">#4852</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@​aws-lambda-powertools/logger</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.29.0...v2.30.0">2.30.0</a> (2025-12-11)</h2> <h3>Maintenance</h3> <ul> <li><strong>commons</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>logger</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>metrics</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>batch</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>event-handler</strong> export types for event handler middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4807">#4807</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c46974c67b0d061b6cf873c0f756553bf25f20d4">c46974c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>commons</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>logger</strong> merged temp keys with same keys when appending to the logger (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4840">#4840</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b30c9c458afeff79cccb6cbd7d16466c07a39455">b30c9c4</a>)</li> <li><strong>logger</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>metrics</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>idempotency</strong> Update durableExecutionMode string (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4837">#4837</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919c26dc8a09a3ce2af42e6d68728710e21afd38">919c26d</a>)</li> <li><strong>batch</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>event-handler</strong> threshold limit for compression not respected when content-length not set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4827">#4827</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ad14e183329801c3a866b08c6e31e722e5eb902e">ad14e18</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>idempotency</strong> Allow durable function to replay (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4834">#4834</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4dc079824b57a3f6f4577e03905e3a02d055f009">4dc0798</a>)</li> <li><strong>parser</strong> fix DynamoDBStreamChangeRecordSchema.dynamodb type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4817">#4817</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bf522f8af15e0d66f0dac6bd14e08d16c6b8a3b9">bf522f8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dd5395b7d60e0de8d1bae700156f0d30192d2435"><code>dd5395b</code></a> chore(ci): bump version to 2.30.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4859">#4859</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4e8d00b49acfdd6a0aa983ba7ad48d475efd9e1b"><code>4e8d00b</code></a> chore(deps-dev): bump aws-sdk from 2.1692.0 to 2.1693.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4857">#4857</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/609c891e924273880129d6d6081895b52d70f392"><code>609c891</code></a> chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/155fdf5fd682b2415f3729aaa4c3774111d127f6"><code>155fdf5</code></a> chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group ac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc1831ad2433d81bc3449eecb989b6e1bd60047c"><code>fc1831a</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/915f47a59cd3142898d6cf4f2e8ea6c9e5f1f4d3"><code>915f47a</code></a> chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/22bbf77d1ce5daf586d0243e6ee7c32cc0aa6ed4"><code>22bbf77</code></a> chore(deps): bump github/codeql-action from 4.31.6 to 4.31.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4852">#4852</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/69727c20e870bc1d2fd5272eb15aef978e51df2e"><code>69727c2</code></a> chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501"><code>47c6545</code></a> chore(deps): bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/68a71d1a7d49a63bfffd373e6c61318d55948b08"><code>68a71d1</code></a> chore(deps): bump esbuild from 0.27.0 to 0.27.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4849">#4849</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.29.0...v2.30.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/metrics` from 2.29.0 to 2.30.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.30.0</h2> <h2>Summary</h2> <p>We're excited to announce <a href="https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html">AWS Lambda durable function</a> support in Powertools for AWS Lambda TypeScript. This allows you to leverage AWS Lambda's new durable execution capabilities while taking the advantage of features such as maintaining idempotency guarantees, making it easier to build reliable serverless workflows that span multiple invocations.</p> <p>AWS Lambda durable functions allow you to simplify building multi-step applications and AI workflows. These functions automatically checkpoint progress, suspend execution for up to one year during long-running tasks, and recover from failures without the need to manage additional infrastructure.</p> <blockquote> <p>[!NOTE] Lambda function handlers using MiddyJS or Class method decorators aren’t compatible with Durable Function handlers at this time. Tracking issues: MiddyJS <a href="https://redirect.github.com/middyjs/middy/issues/1531">middyjs/middy#1531</a> Class Decorator <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4832">aws-powertools/powertools-lambda-typescript#4832</a></p> </blockquote> <p>This release also includes some bug fixes and a documentation improvement with the help of the community.</p> <blockquote> <p>⭐ Congratulations to <a href="https://github.com/jinxiao"><code>@​jinxiao</code></a> and <a href="https://github.com/dwandro"><code>@​dwandro</code></a> for their first PR merged in the project 🎉</p> </blockquote> <h2>Changes</h2> <ul> <li>fix(logger): merged temp keys with same keys when appending to the logger (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4840">#4840</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>fix(idempotency): Update durableExecutionMode string (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4837">#4837</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(idempotency): Allow durable function to replay (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4834">#4834</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>fix(event-handler): threshold limit for compression not respected when content-length not set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4827">#4827</a>) by <a href="https://github.com/svozza"><code>@​svozza</code></a></li> <li>feat(parser): fix DynamoDBStreamChangeRecordSchema.dynamodb type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4817">#4817</a>) by <a href="https://github.com/benthorner"><code>@​benthorner</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(ci): bumped the layer verison from 41 to 42 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4861">#4861</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4855">#4855</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4854">#4854</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump esbuild from 0.27.0 to 0.27.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4849">#4849</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.6 to 4.21.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4829">#4829</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>docs(parser): fixed a typo for the SqsEnvelope built-in envelope (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4826">#4826</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>fix: fix China region arn typo (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4820">#4820</a>) by <a href="https://github.com/jinxiao"><code>@​jinxiao</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 56 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4811">#4811</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4812">#4812</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): bumped the layer verison from 40 to 41 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4800">#4800</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore(deps-dev): bump aws-sdk from 2.1692.0 to 2.1693.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4857">#4857</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4855">#4855</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4854">#4854</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 4.31.6 to 4.31.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4852">#4852</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@​aws-lambda-powertools/metrics</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.29.0...v2.30.0">2.30.0</a> (2025-12-11)</h2> <h3>Maintenance</h3> <ul> <li><strong>commons</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>logger</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>metrics</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>batch</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>event-handler</strong> export types for event handler middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4807">#4807</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c46974c67b0d061b6cf873c0f756553bf25f20d4">c46974c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>commons</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>logger</strong> merged temp keys with same keys when appending to the logger (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4840">#4840</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b30c9c458afeff79cccb6cbd7d16466c07a39455">b30c9c4</a>)</li> <li><strong>logger</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>metrics</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>idempotency</strong> Update durableExecutionMode string (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4837">#4837</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919c26dc8a09a3ce2af42e6d68728710e21afd38">919c26d</a>)</li> <li><strong>batch</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>event-handler</strong> threshold limit for compression not respected when content-length not set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4827">#4827</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ad14e183329801c3a866b08c6e31e722e5eb902e">ad14e18</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>idempotency</strong> Allow durable function to replay (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4834">#4834</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4dc079824b57a3f6f4577e03905e3a02d055f009">4dc0798</a>)</li> <li><strong>parser</strong> fix DynamoDBStreamChangeRecordSchema.dynamodb type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4817">#4817</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bf522f8af15e0d66f0dac6bd14e08d16c6b8a3b9">bf522f8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dd5395b7d60e0de8d1bae700156f0d30192d2435"><code>dd5395b</code></a> chore(ci): bump version to 2.30.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4859">#4859</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4e8d00b49acfdd6a0aa983ba7ad48d475efd9e1b"><code>4e8d00b</code></a> chore(deps-dev): bump aws-sdk from 2.1692.0 to 2.1693.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4857">#4857</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/609c891e924273880129d6d6081895b52d70f392"><code>609c891</code></a> chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/155fdf5fd682b2415f3729aaa4c3774111d127f6"><code>155fdf5</code></a> chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group ac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc1831ad2433d81bc3449eecb989b6e1bd60047c"><code>fc1831a</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/915f47a59cd3142898d6cf4f2e8ea6c9e5f1f4d3"><code>915f47a</code></a> chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/22bbf77d1ce5daf586d0243e6ee7c32cc0aa6ed4"><code>22bbf77</code></a> chore(deps): bump github/codeql-action from 4.31.6 to 4.31.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4852">#4852</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/69727c20e870bc1d2fd5272eb15aef978e51df2e"><code>69727c2</code></a> chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501"><code>47c6545</code></a> chore(deps): bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/68a71d1a7d49a63bfffd373e6c61318d55948b08"><code>68a71d1</code></a> chore(deps): bump esbuild from 0.27.0 to 0.27.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4849">#4849</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.29.0...v2.30.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/tracer` from 2.29.0 to 2.30.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.30.0</h2> <h2>Summary</h2> <p>We're excited to announce <a href="https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html">AWS Lambda durable function</a> support in Powertools for AWS Lambda TypeScript. This allows you to leverage AWS Lambda's new durable execution capabilities while taking the advantage of features such as maintaining idempotency guarantees, making it easier to build reliable serverless workflows that span multiple invocations.</p> <p>AWS Lambda durable functions allow you to simplify building multi-step applications and AI workflows. These functions automatically checkpoint progress, suspend execution for up to one year during long-running tasks, and recover from failures without the need to manage additional infrastructure.</p> <blockquote> <p>[!NOTE] Lambda function handlers using MiddyJS or Class method decorators aren’t compatible with Durable Function handlers at this time. Tracking issues: MiddyJS <a href="https://redirect.github.com/middyjs/middy/issues/1531">middyjs/middy#1531</a> Class Decorator <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4832">aws-powertools/powertools-lambda-typescript#4832</a></p> </blockquote> <p>This release also includes some bug fixes and a documentation improvement with the help of the community.</p> <blockquote> <p>⭐ Congratulations to <a href="https://github.com/jinxiao"><code>@​jinxiao</code></a> and <a href="https://github.com/dwandro"><code>@​dwandro</code></a> for their first PR merged in the project 🎉</p> </blockquote> <h2>Changes</h2> <ul> <li>fix(logger): merged temp keys with same keys when appending to the logger (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4840">#4840</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>fix(idempotency): Update durableExecutionMode string (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4837">#4837</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(idempotency): Allow durable function to replay (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4834">#4834</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>fix(event-handler): threshold limit for compression not respected when content-length not set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4827">#4827</a>) by <a href="https://github.com/svozza"><code>@​svozza</code></a></li> <li>feat(parser): fix DynamoDBStreamChangeRecordSchema.dynamodb type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4817">#4817</a>) by <a href="https://github.com/benthorner"><code>@​benthorner</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(ci): bumped the layer verison from 41 to 42 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4861">#4861</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4855">#4855</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4854">#4854</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump esbuild from 0.27.0 to 0.27.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4849">#4849</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.6 to 4.21.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4829">#4829</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>docs(parser): fixed a typo for the SqsEnvelope built-in envelope (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4826">#4826</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>fix: fix China region arn typo (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4820">#4820</a>) by <a href="https://github.com/jinxiao"><code>@​jinxiao</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 56 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4811">#4811</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4812">#4812</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): bumped the layer verison from 40 to 41 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4800">#4800</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore(deps-dev): bump aws-sdk from 2.1692.0 to 2.1693.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4857">#4857</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4855">#4855</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4854">#4854</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​types/node</code> from 24.10.1 to 24.10.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 4.31.6 to 4.31.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4852">#4852</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@​aws-lambda-powertools/tracer</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.29.0...v2.30.0">2.30.0</a> (2025-12-11)</h2> <h3>Maintenance</h3> <ul> <li><strong>commons</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>logger</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>metrics</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>batch</strong> bump <code>@​aws/lambda-invoke-store</code> from 0.2.1 to 0.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li> <li><strong>event-handler</strong> export types for event handler middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4807">#4807</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c46974c67b0d061b6cf873c0f756553bf25f20d4">c46974c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>commons</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>logger</strong> merged temp keys with same keys when appending to the logger (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4840">#4840</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b30c9c458afeff79cccb6cbd7d16466c07a39455">b30c9c4</a>)</li> <li><strong>logger</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>metrics</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>idempotency</strong> Update durableExecutionMode string (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4837">#4837</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919c26dc8a09a3ce2af42e6d68728710e21afd38">919c26d</a>)</li> <li><strong>batch</strong> revert <code>@​aws/lambda-invoke-store</code> to dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li> <li><strong>event-handler</strong> threshold limit for compression not respected when content-length not set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4827">#4827</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ad14e183329801c3a866b08c6e31e722e5eb902e">ad14e18</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>idempotency</strong> Allow durable function to replay (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4834">#4834</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4dc079824b57a3f6f4577e03905e3a02d055f009">4dc0798</a>)</li> <li><strong>parser</strong> fix DynamoDBStreamChangeRecordSchema.dynamodb type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4817">#4817</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bf522f8af15e0d66f0dac6bd14e08d16c6b8a3b9">bf522f8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dd5395b7d60e0de8d1bae700156f0d30192d2435"><code>dd5395b</code></a> chore(ci): b…
1 parent 9843662 commit e018a10

File tree

3 files changed

+37
-44
lines changed

3 files changed

+37
-44
lines changed

lambdas/functions/control-plane/package.json

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

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

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

lambdas/yarn.lock

Lines changed: 33 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ __metadata:
118118
version: 0.0.0-use.local
119119
resolution: "@aws-github-runner/aws-powertools-util@workspace:libs/aws-powertools-util"
120120
dependencies:
121-
"@aws-lambda-powertools/logger": "npm:^2.29.0"
122-
"@aws-lambda-powertools/metrics": "npm:^2.29.0"
123-
"@aws-lambda-powertools/tracer": "npm:^2.29.0"
121+
"@aws-lambda-powertools/logger": "npm:^2.30.0"
122+
"@aws-lambda-powertools/metrics": "npm:^2.30.0"
123+
"@aws-lambda-powertools/tracer": "npm:^2.30.0"
124124
"@types/aws-lambda": "npm:^8.10.155"
125125
"@types/node": "npm:^22.19.0"
126126
aws-lambda: "npm:^1.0.7"
@@ -148,7 +148,7 @@ __metadata:
148148
dependencies:
149149
"@aws-github-runner/aws-powertools-util": "npm:*"
150150
"@aws-github-runner/aws-ssm-util": "npm:*"
151-
"@aws-lambda-powertools/parameters": "npm:^2.29.0"
151+
"@aws-lambda-powertools/parameters": "npm:^2.30.0"
152152
"@aws-sdk/client-ec2": "npm:^3.953.0"
153153
"@aws-sdk/client-sqs": "npm:^3.953.0"
154154
"@aws-sdk/types": "npm:^3.953.0"
@@ -232,53 +232,53 @@ __metadata:
232232
languageName: unknown
233233
linkType: soft
234234

235-
"@aws-lambda-powertools/commons@npm:2.29.0":
236-
version: 2.29.0
237-
resolution: "@aws-lambda-powertools/commons@npm:2.29.0"
235+
"@aws-lambda-powertools/commons@npm:2.30.1":
236+
version: 2.30.1
237+
resolution: "@aws-lambda-powertools/commons@npm:2.30.1"
238238
dependencies:
239-
"@aws/lambda-invoke-store": "npm:0.2.1"
240-
checksum: 10c0/62796c0380614ff4ba8907487c479c6d5b8298cc730afc4932ba717983e61f8f20bb87e302bdd1162b1bf965a069f2ee7c51468bb237231ee835771406d49e1b
239+
"@aws/lambda-invoke-store": "npm:0.2.2"
240+
checksum: 10c0/4eee610cf3d900e24dd9bba3308cbc9cc19b988d4ba00cc09f144c2ac14a3f99251e8e5764e1f81f871339c11faff789e3a67809e89c6f1b5ca4be77885cfec5
241241
languageName: node
242242
linkType: hard
243243

244-
"@aws-lambda-powertools/logger@npm:^2.29.0":
245-
version: 2.29.0
246-
resolution: "@aws-lambda-powertools/logger@npm:2.29.0"
244+
"@aws-lambda-powertools/logger@npm:^2.30.0":
245+
version: 2.30.1
246+
resolution: "@aws-lambda-powertools/logger@npm:2.30.1"
247247
dependencies:
248-
"@aws-lambda-powertools/commons": "npm:2.29.0"
249-
"@aws/lambda-invoke-store": "npm:0.2.1"
250-
lodash.merge: "npm:^4.6.2"
248+
"@aws-lambda-powertools/commons": "npm:2.30.1"
249+
"@aws/lambda-invoke-store": "npm:0.2.2"
251250
peerDependencies:
252-
"@aws-lambda-powertools/jmespath": 2.29.0
251+
"@aws-lambda-powertools/jmespath": 2.30.1
253252
"@middy/core": 4.x || 5.x || 6.x
254253
peerDependenciesMeta:
255254
"@aws-lambda-powertools/jmespath":
256255
optional: true
257256
"@middy/core":
258257
optional: true
259-
checksum: 10c0/ad9b50067ba3eb0a9dd96e1f20fd36d461acb62566c504bb8accda7b94dcb90c514ebc12f91b4cbf1c663d45b62f9187eab49ee1b5162b4c405c6ea9f2730ca0
258+
checksum: 10c0/5c3133e62acbc1383a2eafdd3cb490d8294eb9f4b5885b2c78e9e7ef77c54a6196cc239dc22fa30bd713b800108283980b5afa747090566b79c54fcfeb2d0c0c
260259
languageName: node
261260
linkType: hard
262261

263-
"@aws-lambda-powertools/metrics@npm:^2.29.0":
264-
version: 2.29.0
265-
resolution: "@aws-lambda-powertools/metrics@npm:2.29.0"
262+
"@aws-lambda-powertools/metrics@npm:^2.30.0":
263+
version: 2.30.1
264+
resolution: "@aws-lambda-powertools/metrics@npm:2.30.1"
266265
dependencies:
267-
"@aws-lambda-powertools/commons": "npm:2.29.0"
266+
"@aws-lambda-powertools/commons": "npm:2.30.1"
267+
"@aws/lambda-invoke-store": "npm:0.2.2"
268268
peerDependencies:
269269
"@middy/core": 4.x || 5.x || 6.x
270270
peerDependenciesMeta:
271271
"@middy/core":
272272
optional: true
273-
checksum: 10c0/5e93880c0f76975c2bfd2c8ca3d4fa1c0d6802570ff718fb4b98353bcc6f55dc874df739526057c9a4122a4a38eb98d43097ff3b518297ca702113f40d34123f
273+
checksum: 10c0/f31549e587929c98863ab6705a812c18e4019b7146c8d6719cb6c83952d2df97921440cb5fba0b65f6a61a76522c3329cc53f0dbccf35724bf9b3df18f32979f
274274
languageName: node
275275
linkType: hard
276276

277-
"@aws-lambda-powertools/parameters@npm:^2.29.0":
278-
version: 2.29.0
279-
resolution: "@aws-lambda-powertools/parameters@npm:2.29.0"
277+
"@aws-lambda-powertools/parameters@npm:^2.30.0":
278+
version: 2.30.1
279+
resolution: "@aws-lambda-powertools/parameters@npm:2.30.1"
280280
dependencies:
281-
"@aws-lambda-powertools/commons": "npm:2.29.0"
281+
"@aws-lambda-powertools/commons": "npm:2.30.1"
282282
peerDependencies:
283283
"@aws-sdk/client-appconfigdata": ">=3.x"
284284
"@aws-sdk/client-dynamodb": ">=3.x"
@@ -299,22 +299,22 @@ __metadata:
299299
optional: true
300300
"@middy/core":
301301
optional: true
302-
checksum: 10c0/3293cbf2fd3b7214ca906a94578af0ed583b4321a76b5962472636653da05348e68cec7fb42b5b7f3ae18b36f4d686a52938375010350ac752677bbadb49273a
302+
checksum: 10c0/7f2a9c3969eea43d2c3cce2998f73830620347747ba63a4e26fa5ca404bcf17cff23bb382f7d46dc3796f1cf238a62a506dde5ffc9f22b7dc7012d0520c5c604
303303
languageName: node
304304
linkType: hard
305305

306-
"@aws-lambda-powertools/tracer@npm:^2.29.0":
307-
version: 2.29.0
308-
resolution: "@aws-lambda-powertools/tracer@npm:2.29.0"
306+
"@aws-lambda-powertools/tracer@npm:^2.30.0":
307+
version: 2.30.1
308+
resolution: "@aws-lambda-powertools/tracer@npm:2.30.1"
309309
dependencies:
310-
"@aws-lambda-powertools/commons": "npm:2.29.0"
310+
"@aws-lambda-powertools/commons": "npm:2.30.1"
311311
aws-xray-sdk-core: "npm:^3.12.0"
312312
peerDependencies:
313313
"@middy/core": 4.x || 5.x || 6.x
314314
peerDependenciesMeta:
315315
"@middy/core":
316316
optional: true
317-
checksum: 10c0/7db935bdbbfb3034e21a811e8df21f3e00a24d7ff85eb6f631fd670b57e4e1a43a4f1709c6c741b8f2ae8458cdbe915d2af89c28047595603f7d787bd4427f26
317+
checksum: 10c0/4015b6cb2294fcb73f6f3168c7a6c65f8fdcebda6c33cd9dd752e190305ee927634e2fd573ffb7d9dc25fb8f2b90fff05dab00615d5275d3ddc6c351ffd7b31c
318318
languageName: node
319319
linkType: hard
320320

@@ -1158,14 +1158,7 @@ __metadata:
11581158
languageName: node
11591159
linkType: hard
11601160

1161-
"@aws/lambda-invoke-store@npm:0.2.1":
1162-
version: 0.2.1
1163-
resolution: "@aws/lambda-invoke-store@npm:0.2.1"
1164-
checksum: 10c0/7fdfd6e4b175d36dae522556efc51b0f7445af3d55e516acee0f4e52946833ec9655be45cb3bdefec5974c0c6e5bcca3ad1bce7d397eb5f7a2393623867fb4b2
1165-
languageName: node
1166-
linkType: hard
1167-
1168-
"@aws/lambda-invoke-store@npm:^0.2.2":
1161+
"@aws/lambda-invoke-store@npm:0.2.2, @aws/lambda-invoke-store@npm:^0.2.2":
11691162
version: 0.2.2
11701163
resolution: "@aws/lambda-invoke-store@npm:0.2.2"
11711164
checksum: 10c0/0ce2f527e2ab6b07372a08a137991163b99bf646b8dbbb01dbc5370f4e578aa6ddf7f09a63ecead576f04ce54e52cb927c12683f4d97e322dcb76ddfc5843784

0 commit comments

Comments
 (0)