Skip to content

Commit 9f17371

Browse files
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (#4371)
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.12.0 to 2.13.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.13.0</h2> <h2>Summary</h2> <p>In this release we fixed a bug in Tracer that prevented Fetch API requests from propagating the parent trace. We also improved the Parser experience by adding a helper to easily write Zod schemas for DynamoDB data structures.</p> <p>⭐️ Thanks to <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> for their contributions to this release!</p> <h3>Full traces when working with Fetch API</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/tracer/#tracing-http-requests">Docs</a></p> </blockquote> <p>Requests made with the global fetch module now adds X-Ray trace info to requests in the <code>X-Amzn-Trace-Id</code> header. This allows X-Ray to construct a full trace that includes upstream and downstream nodes.</p> <h3>Zod schemas with Amazon DynamoDB Attributes</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#dynamodb-stream-event-parsing">Docs</a></p> </blockquote> <p>You can now easily extend DynamoDB Stream schemas with your own payloads using the new DynamoDBMarshalled helper. This helper lets you focus on your schemas while we handle unmarshalling data from DynamoDB Attribute format to the native format before Zod parses the payload.</p> <p><img src="https://github.com/user-attachments/assets/a69f3aea-f040-401c-ad8d-510e96876d72" alt="carbon" /></p> <h2>Changes</h2> <ul> <li>test(parser): refactor appsync schema tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3388">#3388</a>) by <a href="https://github.com/svozza"><code>@​svozza</code></a></li> <li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.17 to 3.0.18 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3430">#3430</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3437">#3437</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>🌟New features and non-breaking changes</h2> <ul> <li>feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) by <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>refactor(metrics): swap <code>isDate</code> for <code>instanceof Date</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3462">#3462</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <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> <li>feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) by <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a></li> <li>chore(deps): bump the typescript group across 1 directory with 4 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3446">#3446</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 11 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3459">#3459</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/node</code> from 22.10.2 to 22.10.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3456">#3456</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/3455">#3455</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.146 to 8.10.147 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3457">#3457</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump esbuild from 0.24.0 to 0.24.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3443">#3443</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3453">#3453</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/3452">#3452</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/3451">#3451</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/3435">#3435</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@​aws-lambda-powertools/parameters</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.12.0...v2.13.0">2.13.0</a> (2025-01-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>tracer:</strong> forward <code>X-Amzn-Trace-Id</code> header when instrumenting fetch (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3470">#3470</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4eb3e2d4e0ccbfb0f99c215c61d2b9263ee10870">4eb3e2d</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser:</strong> <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e154e58986187d8210d18f6ca79d8b710d87d600">e154e58</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1aade413e4720a55be3978967b04d1a70e5ebf07"><code>1aade41</code></a> chore(ci): bump version to 2.13.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3471">#3471</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0ef15a779723465e1dca923d0455d17336d4cf12"><code>0ef15a7</code></a> test(parser): refactor appsync schema tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3388">#3388</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4eb3e2d4e0ccbfb0f99c215c61d2b9263ee10870"><code>4eb3e2d</code></a> fix(tracer): forward <code>X-Amzn-Trace-Id</code> header when instrumenting fetch (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3470">#3470</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e154e58986187d8210d18f6ca79d8b710d87d600"><code>e154e58</code></a> feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (#...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/149e17fbcd84e7b74ac49a383a0ebb5f2e6d36b9"><code>149e17f</code></a> refactor(metrics): swap <code>isDate</code> for <code>instanceof Date</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3462">#3462</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d1e2f9524bdbf97c0f0f49a78c216f28dff9e38"><code>1d1e2f9</code></a> chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3460">#3460</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/26d6488df012f298c0102859f2ef1bdf639180eb"><code>26d6488</code></a> chore(deps): bump the typescript group across 1 directory with 4 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3446">#3446</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bb74ef5df27734b0053539cce74536d5654d7430"><code>bb74ef5</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 11 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3">#3</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a07ccb7415b66cc0ae39996c21060bfb802b82a"><code>7a07ccb</code></a> chore(deps): bump <code>@​types/node</code> from 22.10.2 to 22.10.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3456">#3456</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bee2df2a326e5e58d38820ca56244eaf51d4c519"><code>bee2df2</code></a> chore(deps): bump <code>@​aws-cdk/cli-lib-alpha</code> to 2.174.1-alpha.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3458">#3458</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.12.0...v2.13.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/logger` from 2.12.0 to 2.13.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.13.0</h2> <h2>Summary</h2> <p>In this release we fixed a bug in Tracer that prevented Fetch API requests from propagating the parent trace. We also improved the Parser experience by adding a helper to easily write Zod schemas for DynamoDB data structures.</p> <p>⭐️ Thanks to <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> for their contributions to this release!</p> <h3>Full traces when working with Fetch API</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/tracer/#tracing-http-requests">Docs</a></p> </blockquote> <p>Requests made with the global fetch module now adds X-Ray trace info to requests in the <code>X-Amzn-Trace-Id</code> header. This allows X-Ray to construct a full trace that includes upstream and downstream nodes.</p> <h3>Zod schemas with Amazon DynamoDB Attributes</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#dynamodb-stream-event-parsing">Docs</a></p> </blockquote> <p>You can now easily extend DynamoDB Stream schemas with your own payloads using the new DynamoDBMarshalled helper. This helper lets you focus on your schemas while we handle unmarshalling data from DynamoDB Attribute format to the native format before Zod parses the payload.</p> <p><img src="https://github.com/user-attachments/assets/a69f3aea-f040-401c-ad8d-510e96876d72" alt="carbon" /></p> <h2>Changes</h2> <ul> <li>test(parser): refactor appsync schema tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3388">#3388</a>) by <a href="https://github.com/svozza"><code>@​svozza</code></a></li> <li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.17 to 3.0.18 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3430">#3430</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3437">#3437</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>🌟New features and non-breaking changes</h2> <ul> <li>feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) by <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>refactor(metrics): swap <code>isDate</code> for <code>instanceof Date</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3462">#3462</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <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> <li>feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) by <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a></li> <li>chore(deps): bump the typescript group across 1 directory with 4 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3446">#3446</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 11 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3459">#3459</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/node</code> from 22.10.2 to 22.10.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3456">#3456</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/3455">#3455</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.146 to 8.10.147 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3457">#3457</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump esbuild from 0.24.0 to 0.24.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3443">#3443</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3453">#3453</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/3452">#3452</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/3451">#3451</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/3435">#3435</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@​aws-lambda-powertools/logger</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.12.0...v2.13.0">2.13.0</a> (2025-01-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>tracer:</strong> forward <code>X-Amzn-Trace-Id</code> header when instrumenting fetch (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3470">#3470</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4eb3e2d4e0ccbfb0f99c215c61d2b9263ee10870">4eb3e2d</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser:</strong> <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e154e58986187d8210d18f6ca79d8b710d87d600">e154e58</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1aade413e4720a55be3978967b04d1a70e5ebf07"><code>1aade41</code></a> chore(ci): bump version to 2.13.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3471">#3471</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0ef15a779723465e1dca923d0455d17336d4cf12"><code>0ef15a7</code></a> test(parser): refactor appsync schema tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3388">#3388</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4eb3e2d4e0ccbfb0f99c215c61d2b9263ee10870"><code>4eb3e2d</code></a> fix(tracer): forward <code>X-Amzn-Trace-Id</code> header when instrumenting fetch (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3470">#3470</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e154e58986187d8210d18f6ca79d8b710d87d600"><code>e154e58</code></a> feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (#...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/149e17fbcd84e7b74ac49a383a0ebb5f2e6d36b9"><code>149e17f</code></a> refactor(metrics): swap <code>isDate</code> for <code>instanceof Date</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3462">#3462</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d1e2f9524bdbf97c0f0f49a78c216f28dff9e38"><code>1d1e2f9</code></a> chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3460">#3460</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/26d6488df012f298c0102859f2ef1bdf639180eb"><code>26d6488</code></a> chore(deps): bump the typescript group across 1 directory with 4 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3446">#3446</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bb74ef5df27734b0053539cce74536d5654d7430"><code>bb74ef5</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 11 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3">#3</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a07ccb7415b66cc0ae39996c21060bfb802b82a"><code>7a07ccb</code></a> chore(deps): bump <code>@​types/node</code> from 22.10.2 to 22.10.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3456">#3456</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bee2df2a326e5e58d38820ca56244eaf51d4c519"><code>bee2df2</code></a> chore(deps): bump <code>@​aws-cdk/cli-lib-alpha</code> to 2.174.1-alpha.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3458">#3458</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.12.0...v2.13.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/metrics` from 2.12.0 to 2.13.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.13.0</h2> <h2>Summary</h2> <p>In this release we fixed a bug in Tracer that prevented Fetch API requests from propagating the parent trace. We also improved the Parser experience by adding a helper to easily write Zod schemas for DynamoDB data structures.</p> <p>⭐️ Thanks to <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> for their contributions to this release!</p> <h3>Full traces when working with Fetch API</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/tracer/#tracing-http-requests">Docs</a></p> </blockquote> <p>Requests made with the global fetch module now adds X-Ray trace info to requests in the <code>X-Amzn-Trace-Id</code> header. This allows X-Ray to construct a full trace that includes upstream and downstream nodes.</p> <h3>Zod schemas with Amazon DynamoDB Attributes</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#dynamodb-stream-event-parsing">Docs</a></p> </blockquote> <p>You can now easily extend DynamoDB Stream schemas with your own payloads using the new DynamoDBMarshalled helper. This helper lets you focus on your schemas while we handle unmarshalling data from DynamoDB Attribute format to the native format before Zod parses the payload.</p> <p><img src="https://github.com/user-attachments/assets/a69f3aea-f040-401c-ad8d-510e96876d72" alt="carbon" /></p> <h2>Changes</h2> <ul> <li>test(parser): refactor appsync schema tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3388">#3388</a>) by <a href="https://github.com/svozza"><code>@​svozza</code></a></li> <li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.17 to 3.0.18 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3430">#3430</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3437">#3437</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>🌟New features and non-breaking changes</h2> <ul> <li>feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) by <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>refactor(metrics): swap <code>isDate</code> for <code>instanceof Date</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3462">#3462</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <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> <li>feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) by <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a></li> <li>chore(deps): bump the typescript group across 1 directory with 4 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3446">#3446</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 11 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3459">#3459</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/node</code> from 22.10.2 to 22.10.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3456">#3456</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/3455">#3455</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.146 to 8.10.147 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3457">#3457</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump esbuild from 0.24.0 to 0.24.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3443">#3443</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3453">#3453</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/3452">#3452</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/3451">#3451</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/3435">#3435</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@​aws-lambda-powertools/metrics</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.12.0...v2.13.0">2.13.0</a> (2025-01-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>tracer:</strong> forward <code>X-Amzn-Trace-Id</code> header when instrumenting fetch (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3470">#3470</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4eb3e2d4e0ccbfb0f99c215c61d2b9263ee10870">4eb3e2d</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser:</strong> <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e154e58986187d8210d18f6ca79d8b710d87d600">e154e58</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1aade413e4720a55be3978967b04d1a70e5ebf07"><code>1aade41</code></a> chore(ci): bump version to 2.13.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3471">#3471</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0ef15a779723465e1dca923d0455d17336d4cf12"><code>0ef15a7</code></a> test(parser): refactor appsync schema tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3388">#3388</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4eb3e2d4e0ccbfb0f99c215c61d2b9263ee10870"><code>4eb3e2d</code></a> fix(tracer): forward <code>X-Amzn-Trace-Id</code> header when instrumenting fetch (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3470">#3470</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e154e58986187d8210d18f6ca79d8b710d87d600"><code>e154e58</code></a> feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (#...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/149e17fbcd84e7b74ac49a383a0ebb5f2e6d36b9"><code>149e17f</code></a> refactor(metrics): swap <code>isDate</code> for <code>instanceof Date</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3462">#3462</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d1e2f9524bdbf97c0f0f49a78c216f28dff9e38"><code>1d1e2f9</code></a> chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3460">#3460</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/26d6488df012f298c0102859f2ef1bdf639180eb"><code>26d6488</code></a> chore(deps): bump the typescript group across 1 directory with 4 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3446">#3446</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bb74ef5df27734b0053539cce74536d5654d7430"><code>bb74ef5</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 11 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3">#3</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a07ccb7415b66cc0ae39996c21060bfb802b82a"><code>7a07ccb</code></a> chore(deps): bump <code>@​types/node</code> from 22.10.2 to 22.10.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3456">#3456</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bee2df2a326e5e58d38820ca56244eaf51d4c519"><code>bee2df2</code></a> chore(deps): bump <code>@​aws-cdk/cli-lib-alpha</code> to 2.174.1-alpha.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3458">#3458</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.12.0...v2.13.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/tracer` from 2.12.0 to 2.13.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.13.0</h2> <h2>Summary</h2> <p>In this release we fixed a bug in Tracer that prevented Fetch API requests from propagating the parent trace. We also improved the Parser experience by adding a helper to easily write Zod schemas for DynamoDB data structures.</p> <p>⭐️ Thanks to <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> for their contributions to this release!</p> <h3>Full traces when working with Fetch API</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/tracer/#tracing-http-requests">Docs</a></p> </blockquote> <p>Requests made with the global fetch module now adds X-Ray trace info to requests in the <code>X-Amzn-Trace-Id</code> header. This allows X-Ray to construct a full trace that includes upstream and downstream nodes.</p> <h3>Zod schemas with Amazon DynamoDB Attributes</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#dynamodb-stream-event-parsing">Docs</a></p> </blockquote> <p>You can now easily extend DynamoDB Stream schemas with your own payloads using the new DynamoDBMarshalled helper. This helper lets you focus on your schemas while we handle unmarshalling data from DynamoDB Attribute format to the native format before Zod parses the payload.</p> <p><img src="https://github.com/user-attachments/assets/a69f3aea-f040-401c-ad8d-510e96876d72" alt="carbon" /></p> <h2>Changes</h2> <ul> <li>test(parser): refactor appsync schema tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3388">#3388</a>) by <a href="https://github.com/svozza"><code>@​svozza</code></a></li> <li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.17 to 3.0.18 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3430">#3430</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3437">#3437</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>🌟New features and non-breaking changes</h2> <ul> <li>feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) by <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>refactor(metrics): swap <code>isDate</code> for <code>instanceof Date</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3462">#3462</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <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> <li>feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) by <a href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a></li> <li>chore(deps): bump the typescript group across 1 directory with 4 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3446">#3446</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 11 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3459">#3459</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/node</code> from 22.10.2 to 22.10.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3456">#3456</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/3455">#3455</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump <code>@​types/aws-lambda</code> from 8.10.146 to 8.10.147 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3457">#3457</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump esbuild from 0.24.0 to 0.24.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3443">#3443</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3453">#3453</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/3452">#3452</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/3451">#3451</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/3435">#3435</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@​aws-lambda-powertools/tracer</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.12.0...v2.13.0">2.13.0</a> (2025-01-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>tracer:</strong> forward <code>X-Amzn-Trace-Id</code> header when instrumenting fetch (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3470">#3470</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4eb3e2d4e0ccbfb0f99c215c61d2b9263ee10870">4eb3e2d</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser:</strong> <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3442">#3442</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e154e58986187d8210d18f6ca79d8b710d87d600">e154e58</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1aade413e4720a55be3978967b04d1a70e5ebf07"><code>1aade41</code></a> chore(ci): bump version to 2.13.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3471">#3471</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0ef15a779723465e1dca923d0455d17336d4cf12"><code>0ef15a7</code></a> test(parser): refactor appsync schema tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3388">#3388</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4eb3e2d4e0ccbfb0f99c215c61d2b9263ee10870"><code>4eb3e2d</code></a> fix(tracer): forward <code>X-Amzn-Trace-Id</code> header when instrumenting fetch (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3470">#3470</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e154e58986187d8210d18f6ca79d8b710d87d600"><code>e154e58</code></a> feat(parser): <code>DynamoDBMarshalled</code> helper to parse DynamoDB data structure (#...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/149e17fbcd84e7b74ac49a383a0ebb5f2e6d36b9"><code>149e17f</code></a> refactor(metrics): swap <code>isDate</code> for <code>instanceof Date</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3462">#3462</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d1e2f9524bdbf97c0f0f49a78c216f28dff9e38"><code>1d1e2f9</code></a> chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3460">#3460</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/26d6488df012f298c0102859f2ef1bdf639180eb"><code>26d6488</code></a> chore(deps): bump the typescript group across 1 directory with 4 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3446">#3446</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bb74ef5df27734b0053539cce74536d5654d7430"><code>bb74ef5</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 11 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3">#3</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7a07ccb7415b66cc0ae39996c21060bfb802b82a"><code>7a07ccb</code></a> chore(deps): bump <code>@​types/node</code> from 22.10.2 to 22.10.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3456">#3456</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bee2df2a326e5e58d38820ca56244eaf51d4c519"><code>bee2df2</code></a> chore(deps): bump <code>@​aws-cdk/cli-lib-alpha</code> to 2.174.1-alpha.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3458">#3458</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.12.0...v2.13.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc0f873 commit 9f17371

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"typescript": "^5.7.3"
3636
},
3737
"dependencies": {
38-
"@aws-lambda-powertools/logger": "^2.12.0",
39-
"@aws-lambda-powertools/metrics": "^2.12.0",
40-
"@aws-lambda-powertools/tracer": "^2.12.0",
38+
"@aws-lambda-powertools/logger": "^2.13.0",
39+
"@aws-lambda-powertools/metrics": "^2.13.0",
40+
"@aws-lambda-powertools/tracer": "^2.13.0",
4141
"aws-lambda": "^1.0.7"
4242
},
4343
"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.12.0"
138-
"@aws-lambda-powertools/metrics": "npm:^2.12.0"
139-
"@aws-lambda-powertools/tracer": "npm:^2.12.0"
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"
140140
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
141141
"@types/aws-lambda": "npm:^8.10.146"
142142
"@types/express": "npm:^4.17.21"
@@ -195,7 +195,7 @@ __metadata:
195195
dependencies:
196196
"@aws-github-runner/aws-powertools-util": "npm:*"
197197
"@aws-github-runner/aws-ssm-util": "npm:*"
198-
"@aws-lambda-powertools/parameters": "npm:^2.12.0"
198+
"@aws-lambda-powertools/parameters": "npm:^2.13.0"
199199
"@aws-sdk/client-ec2": "npm:^3.731.1"
200200
"@aws-sdk/client-sqs": "npm:^3.731.1"
201201
"@aws-sdk/types": "npm:^3.731.0"
@@ -328,47 +328,47 @@ __metadata:
328328
languageName: unknown
329329
linkType: soft
330330

331-
"@aws-lambda-powertools/commons@npm:^2.12.0":
332-
version: 2.12.0
333-
resolution: "@aws-lambda-powertools/commons@npm:2.12.0"
334-
checksum: 10c0/7f2ce4050025916a4f9b7197194f529486efc72c33e33ba29ab7dd07b78a61b7e886d90c13b11fee8e1d35cc81903eb128a2d53196c3829c8ab41bc4f43b14c6
331+
"@aws-lambda-powertools/commons@npm:^2.13.0":
332+
version: 2.13.0
333+
resolution: "@aws-lambda-powertools/commons@npm:2.13.0"
334+
checksum: 10c0/a481b6010c5c59f7eddd94346a0086ca05190b311771cb8f73ec290543df94820049b00972a0a3aca4faf8641f00a84521d5cbb85ee20b3359bab7ebdb207f1b
335335
languageName: node
336336
linkType: hard
337337

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

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

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

396-
"@aws-lambda-powertools/tracer@npm:^2.12.0":
397-
version: 2.12.0
398-
resolution: "@aws-lambda-powertools/tracer@npm:2.12.0"
396+
"@aws-lambda-powertools/tracer@npm:^2.13.0":
397+
version: 2.13.0
398+
resolution: "@aws-lambda-powertools/tracer@npm:2.13.0"
399399
dependencies:
400-
"@aws-lambda-powertools/commons": "npm:^2.12.0"
400+
"@aws-lambda-powertools/commons": "npm:^2.13.0"
401401
aws-xray-sdk-core: "npm:^3.10.2"
402402
peerDependencies:
403403
"@middy/core": 4.x || 5.x || 6.x
404404
peerDependenciesMeta:
405405
"@middy/core":
406406
optional: true
407-
checksum: 10c0/21f5bdd1dc1b5946f4fd901afdbc06464075e35af48351af0f00a1cfa6398ecc8f2b2e1d5e234c1f5348a0d7229010380fdb3a14dfde8ed60d5b5f0dc08cbe43
407+
checksum: 10c0/0283eb21c351227b3749ac92717c1504df12736e01764efd17b9f63721d97b3f7952e77e7a39ead4f41c899334f43e6992aa51652d4d4f85d943cd0a945bf036
408408
languageName: node
409409
linkType: hard
410410

0 commit comments

Comments
 (0)