Skip to content

Commit 7793bf1

Browse files
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (github-aws-runners#4401)
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.13.0 to 2.13.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/parameters</code>'s releases</a>.</em></p> <blockquote> <h2>v2.13.1</h2> <h2>Summary</h2> <p>This patch release fixes a number of bugs in all the <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">built-in envelopes</a> in the Parser utility so that they can now handle payloads of different formats including plain text and base64-encoded strings.</p> <p>⭐️ Thanks to <a href="https://github.com/svozza"><code>@​svozza</code></a> for their contributions to this release!</p> <h3>Parser bug fixes</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser">Docs</a></p> </blockquote> <p>Starting with this release, Parser’s built-in envelopes treat event payloads as strings, enabling Zod transformations. Previously, they incorrectly treated all payloads as JSON strings, causing runtime errors for plain text or base64-encoded strings.</p> <p>For example, when working with API Gateway events, use the <code>ApiGatewayEnvelope</code> with the <code>JSONStringified</code> Zod helper to automatically transform the payload before parsing. This is useful when you expect the payload to be a JSON string and want to parse its contents using a schema without code transformation.</p> <p><img src="https://github.com/user-attachments/assets/62329e46-5487-4b81-9cce-c40547f07e8b" alt="carbon-2" /></p> <p>This feature applies to all built-in envelopes, and additional helpers will be added based on customer demand.</p> <h3>Event Handler Request for Comments (RFC)</h3> <p>We are excited to share that we have published the <a href="https://github.com/aws-powertools/powertools-lambda-typescript/discussions/3500">RFC for Event Handler</a>, an upcoming utility that helps you write REST APIs for Amazon API Gateway REST and HTTP APIs, Application Load Balancer (ALB), Lambda Function URLs, and VPC Lattice.</p> <p>We’d like everyone interested in our most requested feature to review the RFC and share their feedback. We’re seeing good engagement, so we’ll keep the RFC open for a couple more weeks before starting implementation.</p> <h2>Changes</h2> <ul> <li>chore(parser): deprecate <code>AlbMultiValueHeadersSchema</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3523">#3523</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>improv(parser): export APIGatewayEventRequestContextSchema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3507">#3507</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(deps): bump squidfunk/mkdocs-material from <code>ba73db5</code> to <code>41942f7</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3501">#3501</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3502">#3502</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 10 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3495">#3495</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/node</code> from 22.10.5 to 22.10.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3479">#3479</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>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/3477">#3477</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3474">#3474</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump the aws-cdk group (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3472">#3472</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🐛 Bug and hot fixes</h2> <ul> <li>fix(parser): allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>fix(parser): min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): allow SQS envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3513">#3513</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</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> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1">2.13.1</a> (2025-01-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>parser:</strong> allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d18e03d06e4fa4970aa24c4c041793d58a7cde79">d18e03d</a>)</li> <li><strong>parser:</strong> allow SQS envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3513">#3513</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89f0006e9b50448372a5ce70592ea1af5a75ec35">89f0006</a>)</li> <li><strong>parser:</strong> allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/603988d4ad187501aa93ea405a3a136e260dba13">603988d</a>)</li> <li><strong>parser:</strong> API Gateway Envelopes handle non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3511">#3511</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a4846afd09c29032f79b79cfa1410675440d7dae">a4846af</a>)</li> <li><strong>parser:</strong> CloudWatch Log Envelope handles non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3505">#3505</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/781a14e11b55767df24739badc77c6d309982d51">781a14e</a>)</li> <li><strong>parser:</strong> DynamoDBStream schema &amp; envelope (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3482">#3482</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7f7f8ced2953e0fc72a33cd2b6e8af15fae8d3d6">7f7f8ce</a>)</li> <li><strong>parser:</strong> EventBridge envelope uses correct path (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3504">#3504</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7cce60b41b8b72c5aeee5eb17b87d159af3123ac">7cce60b</a>)</li> <li><strong>parser:</strong> Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4721ddaf943ec6695536bdd19e7c29ebf03cb4ed">4721dda</a>)</li> <li><strong>parser:</strong> Kafka Envelope + tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3489">#3489</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bd6b24aa66b79ce267395b5376418bdabc0e31af">bd6b24a</a>)</li> <li><strong>parser:</strong> LambdaFunctionUrl envelope assumes JSON string in body (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3514">#3514</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/09aa287c9d44e50b843c0702d86a682c939b9525">09aa287</a>)</li> <li><strong>parser:</strong> make identitySource nulablel in APIGatewayRequestAuthorizerEventV2Schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3485">#3485</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8692de67292cf77db5f25e0ca8c572d71d72eadb">8692de6</a>)</li> <li><strong>parser:</strong> min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89a62811c4b1732b77c225d64e8cda98b38968fa">89a6281</a>)</li> <li><strong>parser:</strong> set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/937be641b3ee82748fc1bdec0291abe5ef0e7a97">937be64</a>)</li> <li><strong>parser:</strong> SNS Envelope handles non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3506">#3506</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4d7f05f7415cc52fae42de643ceaffcf764c2472">4d7f05f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/128e959158ec27c7d46f1a689ae2be7a9505db4c"><code>128e959</code></a> chore(ci): bump version to 2.13.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3537">#3537</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/603988d4ad187501aa93ea405a3a136e260dba13"><code>603988d</code></a> fix(parser): allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d18e03d06e4fa4970aa24c4c041793d58a7cde79"><code>d18e03d</code></a> fix(parser): allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4721ddaf943ec6695536bdd19e7c29ebf03cb4ed"><code>4721dda</code></a> fix(parser): Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89a62811c4b1732b77c225d64e8cda98b38968fa"><code>89a6281</code></a> fix(parser): min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/937be641b3ee82748fc1bdec0291abe5ef0e7a97"><code>937be64</code></a> fix(parser): set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5bb4a6af1dcd6f528a7830fa49f7df7e57b3d733"><code>5bb4a6a</code></a> chore(parser): deprecate <code>AlbMultiValueHeadersSchema</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3523">#3523</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/06e997574aabc051b27c755a0a83b995b4628f34"><code>06e9975</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>ba73db5</code> to <code>41942f7</code> in /d...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d283a0e19bcfbf4978f4a18db867f799bbafda4c"><code>d283a0e</code></a> chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3502">#3502</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4099eab308a1b7ab31157252be091a1e7b486b08"><code>4099eab</code></a> chore(deps-dev): bump markdownlint-cli2 from 0.17.1 to 0.17.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3498">#3498</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/logger` from 2.13.0 to 2.13.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/logger</code>'s releases</a>.</em></p> <blockquote> <h2>v2.13.1</h2> <h2>Summary</h2> <p>This patch release fixes a number of bugs in all the <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">built-in envelopes</a> in the Parser utility so that they can now handle payloads of different formats including plain text and base64-encoded strings.</p> <p>⭐️ Thanks to <a href="https://github.com/svozza"><code>@​svozza</code></a> for their contributions to this release!</p> <h3>Parser bug fixes</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser">Docs</a></p> </blockquote> <p>Starting with this release, Parser’s built-in envelopes treat event payloads as strings, enabling Zod transformations. Previously, they incorrectly treated all payloads as JSON strings, causing runtime errors for plain text or base64-encoded strings.</p> <p>For example, when working with API Gateway events, use the <code>ApiGatewayEnvelope</code> with the <code>JSONStringified</code> Zod helper to automatically transform the payload before parsing. This is useful when you expect the payload to be a JSON string and want to parse its contents using a schema without code transformation.</p> <p><img src="https://github.com/user-attachments/assets/62329e46-5487-4b81-9cce-c40547f07e8b" alt="carbon-2" /></p> <p>This feature applies to all built-in envelopes, and additional helpers will be added based on customer demand.</p> <h3>Event Handler Request for Comments (RFC)</h3> <p>We are excited to share that we have published the <a href="https://github.com/aws-powertools/powertools-lambda-typescript/discussions/3500">RFC for Event Handler</a>, an upcoming utility that helps you write REST APIs for Amazon API Gateway REST and HTTP APIs, Application Load Balancer (ALB), Lambda Function URLs, and VPC Lattice.</p> <p>We’d like everyone interested in our most requested feature to review the RFC and share their feedback. We’re seeing good engagement, so we’ll keep the RFC open for a couple more weeks before starting implementation.</p> <h2>Changes</h2> <ul> <li>chore(parser): deprecate <code>AlbMultiValueHeadersSchema</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3523">#3523</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>improv(parser): export APIGatewayEventRequestContextSchema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3507">#3507</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(deps): bump squidfunk/mkdocs-material from <code>ba73db5</code> to <code>41942f7</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3501">#3501</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3502">#3502</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 10 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3495">#3495</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/node</code> from 22.10.5 to 22.10.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3479">#3479</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>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/3477">#3477</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3474">#3474</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump the aws-cdk group (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3472">#3472</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🐛 Bug and hot fixes</h2> <ul> <li>fix(parser): allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>fix(parser): min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): allow SQS envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3513">#3513</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</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> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1">2.13.1</a> (2025-01-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>parser:</strong> allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d18e03d06e4fa4970aa24c4c041793d58a7cde79">d18e03d</a>)</li> <li><strong>parser:</strong> allow SQS envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3513">#3513</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89f0006e9b50448372a5ce70592ea1af5a75ec35">89f0006</a>)</li> <li><strong>parser:</strong> allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/603988d4ad187501aa93ea405a3a136e260dba13">603988d</a>)</li> <li><strong>parser:</strong> API Gateway Envelopes handle non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3511">#3511</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a4846afd09c29032f79b79cfa1410675440d7dae">a4846af</a>)</li> <li><strong>parser:</strong> CloudWatch Log Envelope handles non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3505">#3505</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/781a14e11b55767df24739badc77c6d309982d51">781a14e</a>)</li> <li><strong>parser:</strong> DynamoDBStream schema &amp; envelope (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3482">#3482</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7f7f8ced2953e0fc72a33cd2b6e8af15fae8d3d6">7f7f8ce</a>)</li> <li><strong>parser:</strong> EventBridge envelope uses correct path (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3504">#3504</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7cce60b41b8b72c5aeee5eb17b87d159af3123ac">7cce60b</a>)</li> <li><strong>parser:</strong> Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4721ddaf943ec6695536bdd19e7c29ebf03cb4ed">4721dda</a>)</li> <li><strong>parser:</strong> Kafka Envelope + tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3489">#3489</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bd6b24aa66b79ce267395b5376418bdabc0e31af">bd6b24a</a>)</li> <li><strong>parser:</strong> LambdaFunctionUrl envelope assumes JSON string in body (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3514">#3514</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/09aa287c9d44e50b843c0702d86a682c939b9525">09aa287</a>)</li> <li><strong>parser:</strong> make identitySource nulablel in APIGatewayRequestAuthorizerEventV2Schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3485">#3485</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8692de67292cf77db5f25e0ca8c572d71d72eadb">8692de6</a>)</li> <li><strong>parser:</strong> min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89a62811c4b1732b77c225d64e8cda98b38968fa">89a6281</a>)</li> <li><strong>parser:</strong> set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/937be641b3ee82748fc1bdec0291abe5ef0e7a97">937be64</a>)</li> <li><strong>parser:</strong> SNS Envelope handles non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3506">#3506</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4d7f05f7415cc52fae42de643ceaffcf764c2472">4d7f05f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/128e959158ec27c7d46f1a689ae2be7a9505db4c"><code>128e959</code></a> chore(ci): bump version to 2.13.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3537">#3537</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/603988d4ad187501aa93ea405a3a136e260dba13"><code>603988d</code></a> fix(parser): allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d18e03d06e4fa4970aa24c4c041793d58a7cde79"><code>d18e03d</code></a> fix(parser): allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4721ddaf943ec6695536bdd19e7c29ebf03cb4ed"><code>4721dda</code></a> fix(parser): Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89a62811c4b1732b77c225d64e8cda98b38968fa"><code>89a6281</code></a> fix(parser): min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/937be641b3ee82748fc1bdec0291abe5ef0e7a97"><code>937be64</code></a> fix(parser): set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5bb4a6af1dcd6f528a7830fa49f7df7e57b3d733"><code>5bb4a6a</code></a> chore(parser): deprecate <code>AlbMultiValueHeadersSchema</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3523">#3523</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/06e997574aabc051b27c755a0a83b995b4628f34"><code>06e9975</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>ba73db5</code> to <code>41942f7</code> in /d...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d283a0e19bcfbf4978f4a18db867f799bbafda4c"><code>d283a0e</code></a> chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3502">#3502</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4099eab308a1b7ab31157252be091a1e7b486b08"><code>4099eab</code></a> chore(deps-dev): bump markdownlint-cli2 from 0.17.1 to 0.17.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3498">#3498</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/metrics` from 2.13.0 to 2.13.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/metrics</code>'s releases</a>.</em></p> <blockquote> <h2>v2.13.1</h2> <h2>Summary</h2> <p>This patch release fixes a number of bugs in all the <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">built-in envelopes</a> in the Parser utility so that they can now handle payloads of different formats including plain text and base64-encoded strings.</p> <p>⭐️ Thanks to <a href="https://github.com/svozza"><code>@​svozza</code></a> for their contributions to this release!</p> <h3>Parser bug fixes</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser">Docs</a></p> </blockquote> <p>Starting with this release, Parser’s built-in envelopes treat event payloads as strings, enabling Zod transformations. Previously, they incorrectly treated all payloads as JSON strings, causing runtime errors for plain text or base64-encoded strings.</p> <p>For example, when working with API Gateway events, use the <code>ApiGatewayEnvelope</code> with the <code>JSONStringified</code> Zod helper to automatically transform the payload before parsing. This is useful when you expect the payload to be a JSON string and want to parse its contents using a schema without code transformation.</p> <p><img src="https://github.com/user-attachments/assets/62329e46-5487-4b81-9cce-c40547f07e8b" alt="carbon-2" /></p> <p>This feature applies to all built-in envelopes, and additional helpers will be added based on customer demand.</p> <h3>Event Handler Request for Comments (RFC)</h3> <p>We are excited to share that we have published the <a href="https://github.com/aws-powertools/powertools-lambda-typescript/discussions/3500">RFC for Event Handler</a>, an upcoming utility that helps you write REST APIs for Amazon API Gateway REST and HTTP APIs, Application Load Balancer (ALB), Lambda Function URLs, and VPC Lattice.</p> <p>We’d like everyone interested in our most requested feature to review the RFC and share their feedback. We’re seeing good engagement, so we’ll keep the RFC open for a couple more weeks before starting implementation.</p> <h2>Changes</h2> <ul> <li>chore(parser): deprecate <code>AlbMultiValueHeadersSchema</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3523">#3523</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>improv(parser): export APIGatewayEventRequestContextSchema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3507">#3507</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(deps): bump squidfunk/mkdocs-material from <code>ba73db5</code> to <code>41942f7</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3501">#3501</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3502">#3502</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 10 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3495">#3495</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/node</code> from 22.10.5 to 22.10.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3479">#3479</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>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/3477">#3477</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3474">#3474</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump the aws-cdk group (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3472">#3472</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🐛 Bug and hot fixes</h2> <ul> <li>fix(parser): allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>fix(parser): min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): allow SQS envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3513">#3513</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</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> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1">2.13.1</a> (2025-01-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>parser:</strong> allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d18e03d06e4fa4970aa24c4c041793d58a7cde79">d18e03d</a>)</li> <li><strong>parser:</strong> allow SQS envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3513">#3513</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89f0006e9b50448372a5ce70592ea1af5a75ec35">89f0006</a>)</li> <li><strong>parser:</strong> allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/603988d4ad187501aa93ea405a3a136e260dba13">603988d</a>)</li> <li><strong>parser:</strong> API Gateway Envelopes handle non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3511">#3511</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a4846afd09c29032f79b79cfa1410675440d7dae">a4846af</a>)</li> <li><strong>parser:</strong> CloudWatch Log Envelope handles non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3505">#3505</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/781a14e11b55767df24739badc77c6d309982d51">781a14e</a>)</li> <li><strong>parser:</strong> DynamoDBStream schema &amp; envelope (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3482">#3482</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7f7f8ced2953e0fc72a33cd2b6e8af15fae8d3d6">7f7f8ce</a>)</li> <li><strong>parser:</strong> EventBridge envelope uses correct path (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3504">#3504</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7cce60b41b8b72c5aeee5eb17b87d159af3123ac">7cce60b</a>)</li> <li><strong>parser:</strong> Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4721ddaf943ec6695536bdd19e7c29ebf03cb4ed">4721dda</a>)</li> <li><strong>parser:</strong> Kafka Envelope + tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3489">#3489</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bd6b24aa66b79ce267395b5376418bdabc0e31af">bd6b24a</a>)</li> <li><strong>parser:</strong> LambdaFunctionUrl envelope assumes JSON string in body (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3514">#3514</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/09aa287c9d44e50b843c0702d86a682c939b9525">09aa287</a>)</li> <li><strong>parser:</strong> make identitySource nulablel in APIGatewayRequestAuthorizerEventV2Schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3485">#3485</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8692de67292cf77db5f25e0ca8c572d71d72eadb">8692de6</a>)</li> <li><strong>parser:</strong> min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89a62811c4b1732b77c225d64e8cda98b38968fa">89a6281</a>)</li> <li><strong>parser:</strong> set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/937be641b3ee82748fc1bdec0291abe5ef0e7a97">937be64</a>)</li> <li><strong>parser:</strong> SNS Envelope handles non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3506">#3506</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4d7f05f7415cc52fae42de643ceaffcf764c2472">4d7f05f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/128e959158ec27c7d46f1a689ae2be7a9505db4c"><code>128e959</code></a> chore(ci): bump version to 2.13.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3537">#3537</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/603988d4ad187501aa93ea405a3a136e260dba13"><code>603988d</code></a> fix(parser): allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d18e03d06e4fa4970aa24c4c041793d58a7cde79"><code>d18e03d</code></a> fix(parser): allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4721ddaf943ec6695536bdd19e7c29ebf03cb4ed"><code>4721dda</code></a> fix(parser): Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89a62811c4b1732b77c225d64e8cda98b38968fa"><code>89a6281</code></a> fix(parser): min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/937be641b3ee82748fc1bdec0291abe5ef0e7a97"><code>937be64</code></a> fix(parser): set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5bb4a6af1dcd6f528a7830fa49f7df7e57b3d733"><code>5bb4a6a</code></a> chore(parser): deprecate <code>AlbMultiValueHeadersSchema</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3523">#3523</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/06e997574aabc051b27c755a0a83b995b4628f34"><code>06e9975</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>ba73db5</code> to <code>41942f7</code> in /d...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d283a0e19bcfbf4978f4a18db867f799bbafda4c"><code>d283a0e</code></a> chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3502">#3502</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4099eab308a1b7ab31157252be091a1e7b486b08"><code>4099eab</code></a> chore(deps-dev): bump markdownlint-cli2 from 0.17.1 to 0.17.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3498">#3498</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/tracer` from 2.13.0 to 2.13.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/tracer</code>'s releases</a>.</em></p> <blockquote> <h2>v2.13.1</h2> <h2>Summary</h2> <p>This patch release fixes a number of bugs in all the <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">built-in envelopes</a> in the Parser utility so that they can now handle payloads of different formats including plain text and base64-encoded strings.</p> <p>⭐️ Thanks to <a href="https://github.com/svozza"><code>@​svozza</code></a> for their contributions to this release!</p> <h3>Parser bug fixes</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser">Docs</a></p> </blockquote> <p>Starting with this release, Parser’s built-in envelopes treat event payloads as strings, enabling Zod transformations. Previously, they incorrectly treated all payloads as JSON strings, causing runtime errors for plain text or base64-encoded strings.</p> <p>For example, when working with API Gateway events, use the <code>ApiGatewayEnvelope</code> with the <code>JSONStringified</code> Zod helper to automatically transform the payload before parsing. This is useful when you expect the payload to be a JSON string and want to parse its contents using a schema without code transformation.</p> <p><img src="https://github.com/user-attachments/assets/62329e46-5487-4b81-9cce-c40547f07e8b" alt="carbon-2" /></p> <p>This feature applies to all built-in envelopes, and additional helpers will be added based on customer demand.</p> <h3>Event Handler Request for Comments (RFC)</h3> <p>We are excited to share that we have published the <a href="https://github.com/aws-powertools/powertools-lambda-typescript/discussions/3500">RFC for Event Handler</a>, an upcoming utility that helps you write REST APIs for Amazon API Gateway REST and HTTP APIs, Application Load Balancer (ALB), Lambda Function URLs, and VPC Lattice.</p> <p>We’d like everyone interested in our most requested feature to review the RFC and share their feedback. We’re seeing good engagement, so we’ll keep the RFC open for a couple more weeks before starting implementation.</p> <h2>Changes</h2> <ul> <li>chore(parser): deprecate <code>AlbMultiValueHeadersSchema</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3523">#3523</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>improv(parser): export APIGatewayEventRequestContextSchema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3507">#3507</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(deps): bump squidfunk/mkdocs-material from <code>ba73db5</code> to <code>41942f7</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3501">#3501</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3502">#3502</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 10 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3495">#3495</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/node</code> from 22.10.5 to 22.10.7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3479">#3479</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>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/3477">#3477</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3474">#3474</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump the aws-cdk group (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3472">#3472</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🐛 Bug and hot fixes</h2> <ul> <li>fix(parser): allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>fix(parser): min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>fix(parser): allow SQS envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3513">#3513</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</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> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1">2.13.1</a> (2025-01-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>parser:</strong> allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d18e03d06e4fa4970aa24c4c041793d58a7cde79">d18e03d</a>)</li> <li><strong>parser:</strong> allow SQS envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3513">#3513</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89f0006e9b50448372a5ce70592ea1af5a75ec35">89f0006</a>)</li> <li><strong>parser:</strong> allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/603988d4ad187501aa93ea405a3a136e260dba13">603988d</a>)</li> <li><strong>parser:</strong> API Gateway Envelopes handle non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3511">#3511</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a4846afd09c29032f79b79cfa1410675440d7dae">a4846af</a>)</li> <li><strong>parser:</strong> CloudWatch Log Envelope handles non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3505">#3505</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/781a14e11b55767df24739badc77c6d309982d51">781a14e</a>)</li> <li><strong>parser:</strong> DynamoDBStream schema &amp; envelope (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3482">#3482</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7f7f8ced2953e0fc72a33cd2b6e8af15fae8d3d6">7f7f8ce</a>)</li> <li><strong>parser:</strong> EventBridge envelope uses correct path (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3504">#3504</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7cce60b41b8b72c5aeee5eb17b87d159af3123ac">7cce60b</a>)</li> <li><strong>parser:</strong> Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4721ddaf943ec6695536bdd19e7c29ebf03cb4ed">4721dda</a>)</li> <li><strong>parser:</strong> Kafka Envelope + tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3489">#3489</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bd6b24aa66b79ce267395b5376418bdabc0e31af">bd6b24a</a>)</li> <li><strong>parser:</strong> LambdaFunctionUrl envelope assumes JSON string in body (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3514">#3514</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/09aa287c9d44e50b843c0702d86a682c939b9525">09aa287</a>)</li> <li><strong>parser:</strong> make identitySource nulablel in APIGatewayRequestAuthorizerEventV2Schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3485">#3485</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8692de67292cf77db5f25e0ca8c572d71d72eadb">8692de6</a>)</li> <li><strong>parser:</strong> min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89a62811c4b1732b77c225d64e8cda98b38968fa">89a6281</a>)</li> <li><strong>parser:</strong> set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/937be641b3ee82748fc1bdec0291abe5ef0e7a97">937be64</a>)</li> <li><strong>parser:</strong> SNS Envelope handles non-JSON (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3506">#3506</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4d7f05f7415cc52fae42de643ceaffcf764c2472">4d7f05f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/128e959158ec27c7d46f1a689ae2be7a9505db4c"><code>128e959</code></a> chore(ci): bump version to 2.13.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3537">#3537</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/603988d4ad187501aa93ea405a3a136e260dba13"><code>603988d</code></a> fix(parser): allow VPC envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3534">#3534</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d18e03d06e4fa4970aa24c4c041793d58a7cde79"><code>d18e03d</code></a> fix(parser): allow Kinesis envelopes to handle non-JSON strings (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3531">#3531</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4721ddaf943ec6695536bdd19e7c29ebf03cb4ed"><code>4721dda</code></a> fix(parser): Firehose SQS should fail for invalid SQS message (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3526">#3526</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/89a62811c4b1732b77c225d64e8cda98b38968fa"><code>89a6281</code></a> fix(parser): min array length on Records (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3521">#3521</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/937be641b3ee82748fc1bdec0291abe5ef0e7a97"><code>937be64</code></a> fix(parser): set min length of 1 to s3 event lists (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3524">#3524</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5bb4a6af1dcd6f528a7830fa49f7df7e57b3d733"><code>5bb4a6a</code></a> chore(parser): deprecate <code>AlbMultiValueHeadersSchema</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3523">#3523</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/06e997574aabc051b27c755a0a83b995b4628f34"><code>06e9975</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>ba73db5</code> to <code>41942f7</code> in /d...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d283a0e19bcfbf4978f4a18db867f799bbafda4c"><code>d283a0e</code></a> chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3502">#3502</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4099eab308a1b7ab31157252be091a1e7b486b08"><code>4099eab</code></a> chore(deps-dev): bump markdownlint-cli2 from 0.17.1 to 0.17.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3498">#3498</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3001e0 commit 7793bf1

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

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.13.0",
43+
"@aws-lambda-powertools/parameters": "^2.13.1",
4444
"@aws-sdk/client-ec2": "^3.734.0",
4545
"@aws-sdk/client-sqs": "^3.734.0",
4646
"@aws-sdk/types": "^3.734.0",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"typescript": "^5.7.3"
3535
},
3636
"dependencies": {
37-
"@aws-lambda-powertools/logger": "^2.13.0",
38-
"@aws-lambda-powertools/metrics": "^2.13.0",
39-
"@aws-lambda-powertools/tracer": "^2.13.0",
37+
"@aws-lambda-powertools/logger": "^2.13.1",
38+
"@aws-lambda-powertools/metrics": "^2.13.1",
39+
"@aws-lambda-powertools/tracer": "^2.13.1",
4040
"aws-lambda": "^1.0.7"
4141
},
4242
"nx": {

lambdas/yarn.lock

+28-28
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.13.0"
138-
"@aws-lambda-powertools/metrics": "npm:^2.13.0"
139-
"@aws-lambda-powertools/tracer": "npm:^2.13.0"
137+
"@aws-lambda-powertools/logger": "npm:^2.13.1"
138+
"@aws-lambda-powertools/metrics": "npm:^2.13.1"
139+
"@aws-lambda-powertools/tracer": "npm:^2.13.1"
140140
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
141141
"@types/aws-lambda": "npm:^8.10.146"
142142
"@types/jest": "npm:^29.5.14"
@@ -193,7 +193,7 @@ __metadata:
193193
dependencies:
194194
"@aws-github-runner/aws-powertools-util": "npm:*"
195195
"@aws-github-runner/aws-ssm-util": "npm:*"
196-
"@aws-lambda-powertools/parameters": "npm:^2.13.0"
196+
"@aws-lambda-powertools/parameters": "npm:^2.13.1"
197197
"@aws-sdk/client-ec2": "npm:^3.734.0"
198198
"@aws-sdk/client-sqs": "npm:^3.734.0"
199199
"@aws-sdk/types": "npm:^3.734.0"
@@ -326,47 +326,47 @@ __metadata:
326326
languageName: unknown
327327
linkType: soft
328328

329-
"@aws-lambda-powertools/commons@npm:^2.13.0":
330-
version: 2.13.0
331-
resolution: "@aws-lambda-powertools/commons@npm:2.13.0"
332-
checksum: 10c0/a481b6010c5c59f7eddd94346a0086ca05190b311771cb8f73ec290543df94820049b00972a0a3aca4faf8641f00a84521d5cbb85ee20b3359bab7ebdb207f1b
329+
"@aws-lambda-powertools/commons@npm:^2.13.1":
330+
version: 2.13.1
331+
resolution: "@aws-lambda-powertools/commons@npm:2.13.1"
332+
checksum: 10c0/5a69d4bb3c1d8e9109f9ebac2a91b1b933138edbd62b6141f31b69b85e240871aac734d98ce2f73cfa9267fd59bacc5139470bcbc695433598ade2e187fe23f5
333333
languageName: node
334334
linkType: hard
335335

336-
"@aws-lambda-powertools/logger@npm:^2.13.0":
337-
version: 2.13.0
338-
resolution: "@aws-lambda-powertools/logger@npm:2.13.0"
336+
"@aws-lambda-powertools/logger@npm:^2.13.1":
337+
version: 2.13.1
338+
resolution: "@aws-lambda-powertools/logger@npm:2.13.1"
339339
dependencies:
340-
"@aws-lambda-powertools/commons": "npm:^2.13.0"
340+
"@aws-lambda-powertools/commons": "npm:^2.13.1"
341341
lodash.merge: "npm:^4.6.2"
342342
peerDependencies:
343343
"@middy/core": 4.x || 5.x || 6.x
344344
peerDependenciesMeta:
345345
"@middy/core":
346346
optional: true
347-
checksum: 10c0/a3b0fc25c782c17d24d23459bbe1baa31ea59f9b41892b03f47c8cd2a1371c655bf5db8dda87d283998331f6a71e640f347d9087fd1c6bce291e158d7cb39483
347+
checksum: 10c0/459adef0de50248d6e97e27335a4bb07b611da812942ce0a4091d1802efe3babb64f5a27f4aad41d90fc028afe7cb99462912b9a2d9b39c7ec8400e86e66619f
348348
languageName: node
349349
linkType: hard
350350

351-
"@aws-lambda-powertools/metrics@npm:^2.13.0":
352-
version: 2.13.0
353-
resolution: "@aws-lambda-powertools/metrics@npm:2.13.0"
351+
"@aws-lambda-powertools/metrics@npm:^2.13.1":
352+
version: 2.13.1
353+
resolution: "@aws-lambda-powertools/metrics@npm:2.13.1"
354354
dependencies:
355-
"@aws-lambda-powertools/commons": "npm:^2.13.0"
355+
"@aws-lambda-powertools/commons": "npm:^2.13.1"
356356
peerDependencies:
357357
"@middy/core": 4.x || 5.x || 6.x
358358
peerDependenciesMeta:
359359
"@middy/core":
360360
optional: true
361-
checksum: 10c0/63a3e46e32c80e424d5dd9853449f832269fdbfa88bdde5a988f3ea21f5999309a83d33abe3fd77bd5fd0aa24c14cee076b4aede5ae8f6d36ce4a716b1ff9adf
361+
checksum: 10c0/e629610a47edac881f1cfdde94ae6b036547abece0878027663ded27405586692e6ca60565f9b45123a80cd6adee28e3c568fd787deacacf071f43821980deed
362362
languageName: node
363363
linkType: hard
364364

365-
"@aws-lambda-powertools/parameters@npm:^2.13.0":
366-
version: 2.13.0
367-
resolution: "@aws-lambda-powertools/parameters@npm:2.13.0"
365+
"@aws-lambda-powertools/parameters@npm:^2.13.1":
366+
version: 2.13.1
367+
resolution: "@aws-lambda-powertools/parameters@npm:2.13.1"
368368
dependencies:
369-
"@aws-lambda-powertools/commons": "npm:^2.13.0"
369+
"@aws-lambda-powertools/commons": "npm:^2.13.1"
370370
peerDependencies:
371371
"@aws-sdk/client-appconfigdata": ">=3.x"
372372
"@aws-sdk/client-dynamodb": ">=3.x"
@@ -387,22 +387,22 @@ __metadata:
387387
optional: true
388388
"@middy/core":
389389
optional: true
390-
checksum: 10c0/edeac91ee983b4d1f47fbab5d91478455142251594599540c9a4c75edce92d89748361d014cfcd57d27cb818acc30d6d783580e4260da3e2228541728334c981
390+
checksum: 10c0/06ec18cf808585fdfb2f5b06f8134d370764d5f54884a5261666cdd14ac3981faf910e2f1f3b4dc6fc09dc5e56d3146b4018dd0979ba8f5a6ef6e3836ee422a0
391391
languageName: node
392392
linkType: hard
393393

394-
"@aws-lambda-powertools/tracer@npm:^2.13.0":
395-
version: 2.13.0
396-
resolution: "@aws-lambda-powertools/tracer@npm:2.13.0"
394+
"@aws-lambda-powertools/tracer@npm:^2.13.1":
395+
version: 2.13.1
396+
resolution: "@aws-lambda-powertools/tracer@npm:2.13.1"
397397
dependencies:
398-
"@aws-lambda-powertools/commons": "npm:^2.13.0"
398+
"@aws-lambda-powertools/commons": "npm:^2.13.1"
399399
aws-xray-sdk-core: "npm:^3.10.2"
400400
peerDependencies:
401401
"@middy/core": 4.x || 5.x || 6.x
402402
peerDependenciesMeta:
403403
"@middy/core":
404404
optional: true
405-
checksum: 10c0/0283eb21c351227b3749ac92717c1504df12736e01764efd17b9f63721d97b3f7952e77e7a39ead4f41c899334f43e6992aa51652d4d4f85d943cd0a945bf036
405+
checksum: 10c0/349abfe69ba03f68064f05f9f410b1e726722e64c76b9d6127c7488c0b50f403f0db131ec649a1648b342f0edfbe2732d01fa09315e4ba4361843632acb61005
406406
languageName: node
407407
linkType: hard
408408

0 commit comments

Comments
 (0)