Skip to content

Commit

Permalink
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (
Browse files Browse the repository at this point in the history
…#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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent cc0f873 commit 9f17371
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@aws-github-runner/aws-powertools-util": "*",
"@aws-github-runner/aws-ssm-util": "*",
"@aws-lambda-powertools/parameters": "^2.12.0",
"@aws-lambda-powertools/parameters": "^2.13.0",
"@aws-sdk/client-ec2": "^3.731.1",
"@aws-sdk/client-sqs": "^3.731.1",
"@aws-sdk/types": "^3.731.0",
Expand Down
6 changes: 3 additions & 3 deletions lambdas/libs/aws-powertools-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"typescript": "^5.7.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^2.12.0",
"@aws-lambda-powertools/metrics": "^2.12.0",
"@aws-lambda-powertools/tracer": "^2.12.0",
"@aws-lambda-powertools/logger": "^2.13.0",
"@aws-lambda-powertools/metrics": "^2.13.0",
"@aws-lambda-powertools/tracer": "^2.13.0",
"aws-lambda": "^1.0.7"
},
"nx": {
Expand Down
56 changes: 28 additions & 28 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@aws-github-runner/aws-powertools-util@workspace:libs/aws-powertools-util"
dependencies:
"@aws-lambda-powertools/logger": "npm:^2.12.0"
"@aws-lambda-powertools/metrics": "npm:^2.12.0"
"@aws-lambda-powertools/tracer": "npm:^2.12.0"
"@aws-lambda-powertools/logger": "npm:^2.13.0"
"@aws-lambda-powertools/metrics": "npm:^2.13.0"
"@aws-lambda-powertools/tracer": "npm:^2.13.0"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.146"
"@types/express": "npm:^4.17.21"
Expand Down Expand Up @@ -195,7 +195,7 @@ __metadata:
dependencies:
"@aws-github-runner/aws-powertools-util": "npm:*"
"@aws-github-runner/aws-ssm-util": "npm:*"
"@aws-lambda-powertools/parameters": "npm:^2.12.0"
"@aws-lambda-powertools/parameters": "npm:^2.13.0"
"@aws-sdk/client-ec2": "npm:^3.731.1"
"@aws-sdk/client-sqs": "npm:^3.731.1"
"@aws-sdk/types": "npm:^3.731.0"
Expand Down Expand Up @@ -328,47 +328,47 @@ __metadata:
languageName: unknown
linkType: soft

"@aws-lambda-powertools/commons@npm:^2.12.0":
version: 2.12.0
resolution: "@aws-lambda-powertools/commons@npm:2.12.0"
checksum: 10c0/7f2ce4050025916a4f9b7197194f529486efc72c33e33ba29ab7dd07b78a61b7e886d90c13b11fee8e1d35cc81903eb128a2d53196c3829c8ab41bc4f43b14c6
"@aws-lambda-powertools/commons@npm:^2.13.0":
version: 2.13.0
resolution: "@aws-lambda-powertools/commons@npm:2.13.0"
checksum: 10c0/a481b6010c5c59f7eddd94346a0086ca05190b311771cb8f73ec290543df94820049b00972a0a3aca4faf8641f00a84521d5cbb85ee20b3359bab7ebdb207f1b
languageName: node
linkType: hard

"@aws-lambda-powertools/logger@npm:^2.12.0":
version: 2.12.0
resolution: "@aws-lambda-powertools/logger@npm:2.12.0"
"@aws-lambda-powertools/logger@npm:^2.13.0":
version: 2.13.0
resolution: "@aws-lambda-powertools/logger@npm:2.13.0"
dependencies:
"@aws-lambda-powertools/commons": "npm:^2.12.0"
"@aws-lambda-powertools/commons": "npm:^2.13.0"
lodash.merge: "npm:^4.6.2"
peerDependencies:
"@middy/core": 4.x || 5.x || 6.x
peerDependenciesMeta:
"@middy/core":
optional: true
checksum: 10c0/1dc5ee999aa714827f42ca323ef7460004138c741967c400821242a1e1c32a656cc504cb88be9b5d29df86c695141624f6512110106fd6760489fe9d0009e6ec
checksum: 10c0/a3b0fc25c782c17d24d23459bbe1baa31ea59f9b41892b03f47c8cd2a1371c655bf5db8dda87d283998331f6a71e640f347d9087fd1c6bce291e158d7cb39483
languageName: node
linkType: hard

"@aws-lambda-powertools/metrics@npm:^2.12.0":
version: 2.12.0
resolution: "@aws-lambda-powertools/metrics@npm:2.12.0"
"@aws-lambda-powertools/metrics@npm:^2.13.0":
version: 2.13.0
resolution: "@aws-lambda-powertools/metrics@npm:2.13.0"
dependencies:
"@aws-lambda-powertools/commons": "npm:^2.12.0"
"@aws-lambda-powertools/commons": "npm:^2.13.0"
peerDependencies:
"@middy/core": 4.x || 5.x || 6.x
peerDependenciesMeta:
"@middy/core":
optional: true
checksum: 10c0/17c3354437f7c943483bac8e850bc5e354e83f50ed3654d5ee6b8d019773bdd5f4199278742622776713aef8c26ca82a98b6b11dcdc4916cb482082f002f1caa
checksum: 10c0/63a3e46e32c80e424d5dd9853449f832269fdbfa88bdde5a988f3ea21f5999309a83d33abe3fd77bd5fd0aa24c14cee076b4aede5ae8f6d36ce4a716b1ff9adf
languageName: node
linkType: hard

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

"@aws-lambda-powertools/tracer@npm:^2.12.0":
version: 2.12.0
resolution: "@aws-lambda-powertools/tracer@npm:2.12.0"
"@aws-lambda-powertools/tracer@npm:^2.13.0":
version: 2.13.0
resolution: "@aws-lambda-powertools/tracer@npm:2.13.0"
dependencies:
"@aws-lambda-powertools/commons": "npm:^2.12.0"
"@aws-lambda-powertools/commons": "npm:^2.13.0"
aws-xray-sdk-core: "npm:^3.10.2"
peerDependencies:
"@middy/core": 4.x || 5.x || 6.x
peerDependenciesMeta:
"@middy/core":
optional: true
checksum: 10c0/21f5bdd1dc1b5946f4fd901afdbc06464075e35af48351af0f00a1cfa6398ecc8f2b2e1d5e234c1f5348a0d7229010380fdb3a14dfde8ed60d5b5f0dc08cbe43
checksum: 10c0/0283eb21c351227b3749ac92717c1504df12736e01764efd17b9f63721d97b3f7952e77e7a39ead4f41c899334f43e6992aa51652d4d4f85d943cd0a945bf036
languageName: node
linkType: hard

Expand Down

0 comments on commit 9f17371

Please sign in to comment.