fix(lambda): bump the aws-powertools group in /lambdas with 4 updates - #4663
Merged
npalm merged 2 commits intoJul 15, 2025
Merged
Conversation
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.22.0 to 2.23.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.22.0...v2.23.0) Updates `@aws-lambda-powertools/logger` from 2.22.0 to 2.23.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.22.0...v2.23.0) Updates `@aws-lambda-powertools/metrics` from 2.22.0 to 2.23.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.22.0...v2.23.0) Updates `@aws-lambda-powertools/tracer` from 2.22.0 to 2.23.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.22.0...v2.23.0) --- updated-dependencies: - dependency-name: "@aws-lambda-powertools/parameters" dependency-version: 2.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/logger" dependency-version: 2.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/metrics" dependency-version: 2.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/tracer" dependency-version: 2.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/lambdas/aws-powertools-e49e52486f
branch
from
July 15, 2025 08:21
eb462c6 to
a305ff5
Compare
npalm
approved these changes
Jul 15, 2025
npalm
deleted the
dependabot/npm_and_yarn/lambdas/aws-powertools-e49e52486f
branch
July 15, 2025 08:37
npalm
pushed a commit
that referenced
this pull request
Jul 15, 2025
🤖 I have created a release *beep* *boop* --- ## [6.6.2](v6.6.1...v6.6.2) (2025-07-15) ### Bug Fixes * **lambda:** bump the aws group in /lambdas with 6 updates ([#4661](#4661)) ([435f520](435f520)) * **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([#4663](#4663)) ([f6f87c0](f6f87c0)) * **lambda:** bump the octokit group in /lambdas with 3 updates ([#4662](#4662)) ([802e955](802e955)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
…github-aws-runners#4663) 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.22.0 to 2.23.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.23.0</h2> <h2>Summary</h2> <p>We're excited to announce a new resolver for AppSync GraphQL APIs in the Event Handler utility. It simplifies routing and processing of events in AWS Lambda functions by allowing you to define resolvers for specific GraphQL types and fields.</p> <p>We’ve also fixed two bugs in Logger: 1/ one causing timestamps to be incorrectly formatted when using non-UTC timezone and around midnight, and 2/ another causing temporary keys to not be properly cleared when using the <code>injectLambdaContext()</code> Middy.js middleware.</p> <p>Finally, starting from this release we're publishing our Lambda layers in the AWS China Beijing Region operated by Sinnet.</p> <p>🌟 A huge thank you to <a href="https://github.com/arnabrahman"><code>@arnabrahman</code></a> for the amazing work on the AppSync GraphQL resolver 🎉</p> <h3>Working AppSync GraphQL APIs</h3> <h4>Key Features</h4> <ul> <li>Route events based on GraphQL type and field keys</li> <li>Automatically parse API arguments to function parameters</li> <li>Handle GraphQL responses and errors in the expected format</li> </ul> <p>To get started install the Event Handler utility by running:</p> <pre lang="sh"><code>npm install @aws-lambda-powertools/event-handler </code></pre> <h4>Registering a resolver</h4> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/event-handler/appsync-graphql/">Docs</a></p> </blockquote> <p>You can register functions to match GraphQL types and fields with one of three methods:</p> <ul> <li><code>onQuery()</code> - Register a function to handle a GraphQL Query type.</li> <li><code>onMutation()</code> - Register a function to handle a GraphQL Mutation type.</li> <li><code>resolver()</code> - Register a function to handle a GraphQL type and field.</li> </ul> <p>Your resolvers receive the parsed arguments from the GraphQL request as their first parameter. We will take care of parsing the response or catching errors and returning them in the expected format.</p> <p>You can register a resolver for a <code>Query</code> type, you can use the <code>onQuery()</code> method. This method allows you to define a function that will be invoked when a GraphQL Query is made.</p> <pre lang="ts"><code>import { AppSyncGraphQLResolver } from '@aws-lambda-powertools/event-handler/appsync-graphql'; import { Logger } from '@aws-lambda-powertools/logger'; import type { Context } from 'aws-lambda'; <p>const logger = new Logger({<br /> serviceName: 'TodoManager',<br /> });<br /> const app = new AppSyncGraphQLResolver({ logger });</p> <p>app.onQuery<{ id: string }>('getTodo', async ({ id }) => {<br /> </tr></table><br /> </code></pre></p> </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.22.0...v2.23.0">2.23.0</a> (2025-07-02)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> Partition workflows (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4084">#4084</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/40195ddc36f343c3b7905b51f2b82842d05fce58">40195dd</a>)</li> <li><strong>logger:</strong> reset keys on error in middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4122">#4122</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e310c50fe12463a5e3759ee1ecd61e0467fbc6a4">e310c50</a>)</li> <li><strong>logger:</strong> set <code>hourCycle</code> to h23 when tz is not UTC (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4102">#4102</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/54b08636474f11fefcb295cd04511d3f46be4382">54b0863</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler:</strong> add single resolver functionality for AppSync GraphQL API (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3999">#3999</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b91383f6ec82cff9196ccc4e0c9e88d285eb567d">b91383f</a>)</li> <li><strong>event-handler:</strong> expose event & context as object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4113">#4113</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7e74c9e356d97372c4f1ee5ca83d16dfefea42f4">7e74c9e</a>)</li> <li><strong>event-handler:</strong> support <code>onQuery</code> and <code>onMutation</code> handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4111">#4111</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/263db2d74e558adb9b088174a5500de6c29488d0">263db2d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b8e6d9361c78e58921ed88e90cc4aec21971479e"><code>b8e6d93</code></a> chore(ci): bump version to 2.23.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4123">#4123</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e310c50fe12463a5e3759ee1ecd61e0467fbc6a4"><code>e310c50</code></a> fix(logger): reset keys on error in middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4122">#4122</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7c3196f423c1c35a52da2df0db0744a9e5b896b6"><code>7c3196f</code></a> docs(event-handler): add AppSync GraphQL docs page (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4120">#4120</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7e74c9e356d97372c4f1ee5ca83d16dfefea42f4"><code>7e74c9e</code></a> feat(event-handler): expose event & context as object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4113">#4113</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/263db2d74e558adb9b088174a5500de6c29488d0"><code>263db2d</code></a> feat(event-handler): support <code>onQuery</code> and <code>onMutation</code> handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4111">#4111</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dfc31da7ef5ca5a225bdba3c9883c7cf45270df8"><code>dfc31da</code></a> chore(deps): bump <code>@types/node</code> from 24.0.7 to 24.0.8 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4107">#4107</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5d783ee9b447f086d5644dddb19712f9db83ddd8"><code>5d783ee</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4106">#4106</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3359dbe556e3dd654d9e2af553cb41d9600a2495"><code>3359dbe</code></a> chore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4104">#4104</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94a690ed9c5208427e5593ef94a082ac8ba4e756"><code>94a690e</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>eb04b60</code> to <code>0bfdba4</code> in /d...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f6374e127ca176e5bee1397a3cabe5471dc06d4b"><code>f6374e1</code></a> chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4108">#4108</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.22.0...v2.23.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/logger` from 2.22.0 to 2.23.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.23.0</h2> <h2>Summary</h2> <p>We're excited to announce a new resolver for AppSync GraphQL APIs in the Event Handler utility. It simplifies routing and processing of events in AWS Lambda functions by allowing you to define resolvers for specific GraphQL types and fields.</p> <p>We’ve also fixed two bugs in Logger: 1/ one causing timestamps to be incorrectly formatted when using non-UTC timezone and around midnight, and 2/ another causing temporary keys to not be properly cleared when using the <code>injectLambdaContext()</code> Middy.js middleware.</p> <p>Finally, starting from this release we're publishing our Lambda layers in the AWS China Beijing Region operated by Sinnet.</p> <p>🌟 A huge thank you to <a href="https://github.com/arnabrahman"><code>@arnabrahman</code></a> for the amazing work on the AppSync GraphQL resolver 🎉</p> <h3>Working AppSync GraphQL APIs</h3> <h4>Key Features</h4> <ul> <li>Route events based on GraphQL type and field keys</li> <li>Automatically parse API arguments to function parameters</li> <li>Handle GraphQL responses and errors in the expected format</li> </ul> <p>To get started install the Event Handler utility by running:</p> <pre lang="sh"><code>npm install @aws-lambda-powertools/event-handler </code></pre> <h4>Registering a resolver</h4> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/event-handler/appsync-graphql/">Docs</a></p> </blockquote> <p>You can register functions to match GraphQL types and fields with one of three methods:</p> <ul> <li><code>onQuery()</code> - Register a function to handle a GraphQL Query type.</li> <li><code>onMutation()</code> - Register a function to handle a GraphQL Mutation type.</li> <li><code>resolver()</code> - Register a function to handle a GraphQL type and field.</li> </ul> <p>Your resolvers receive the parsed arguments from the GraphQL request as their first parameter. We will take care of parsing the response or catching errors and returning them in the expected format.</p> <p>You can register a resolver for a <code>Query</code> type, you can use the <code>onQuery()</code> method. This method allows you to define a function that will be invoked when a GraphQL Query is made.</p> <pre lang="ts"><code>import { AppSyncGraphQLResolver } from '@aws-lambda-powertools/event-handler/appsync-graphql'; import { Logger } from '@aws-lambda-powertools/logger'; import type { Context } from 'aws-lambda'; <p>const logger = new Logger({<br /> serviceName: 'TodoManager',<br /> });<br /> const app = new AppSyncGraphQLResolver({ logger });</p> <p>app.onQuery<{ id: string }>('getTodo', async ({ id }) => {<br /> </tr></table><br /> </code></pre></p> </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.22.0...v2.23.0">2.23.0</a> (2025-07-02)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> Partition workflows (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4084">#4084</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/40195ddc36f343c3b7905b51f2b82842d05fce58">40195dd</a>)</li> <li><strong>logger:</strong> reset keys on error in middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4122">#4122</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e310c50fe12463a5e3759ee1ecd61e0467fbc6a4">e310c50</a>)</li> <li><strong>logger:</strong> set <code>hourCycle</code> to h23 when tz is not UTC (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4102">#4102</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/54b08636474f11fefcb295cd04511d3f46be4382">54b0863</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler:</strong> add single resolver functionality for AppSync GraphQL API (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3999">#3999</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b91383f6ec82cff9196ccc4e0c9e88d285eb567d">b91383f</a>)</li> <li><strong>event-handler:</strong> expose event & context as object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4113">#4113</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7e74c9e356d97372c4f1ee5ca83d16dfefea42f4">7e74c9e</a>)</li> <li><strong>event-handler:</strong> support <code>onQuery</code> and <code>onMutation</code> handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4111">#4111</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/263db2d74e558adb9b088174a5500de6c29488d0">263db2d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b8e6d9361c78e58921ed88e90cc4aec21971479e"><code>b8e6d93</code></a> chore(ci): bump version to 2.23.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4123">#4123</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e310c50fe12463a5e3759ee1ecd61e0467fbc6a4"><code>e310c50</code></a> fix(logger): reset keys on error in middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4122">#4122</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7c3196f423c1c35a52da2df0db0744a9e5b896b6"><code>7c3196f</code></a> docs(event-handler): add AppSync GraphQL docs page (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4120">#4120</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7e74c9e356d97372c4f1ee5ca83d16dfefea42f4"><code>7e74c9e</code></a> feat(event-handler): expose event & context as object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4113">#4113</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/263db2d74e558adb9b088174a5500de6c29488d0"><code>263db2d</code></a> feat(event-handler): support <code>onQuery</code> and <code>onMutation</code> handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4111">#4111</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dfc31da7ef5ca5a225bdba3c9883c7cf45270df8"><code>dfc31da</code></a> chore(deps): bump <code>@types/node</code> from 24.0.7 to 24.0.8 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4107">#4107</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5d783ee9b447f086d5644dddb19712f9db83ddd8"><code>5d783ee</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4106">#4106</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3359dbe556e3dd654d9e2af553cb41d9600a2495"><code>3359dbe</code></a> chore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4104">#4104</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94a690ed9c5208427e5593ef94a082ac8ba4e756"><code>94a690e</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>eb04b60</code> to <code>0bfdba4</code> in /d...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f6374e127ca176e5bee1397a3cabe5471dc06d4b"><code>f6374e1</code></a> chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4108">#4108</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.22.0...v2.23.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/metrics` from 2.22.0 to 2.23.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.23.0</h2> <h2>Summary</h2> <p>We're excited to announce a new resolver for AppSync GraphQL APIs in the Event Handler utility. It simplifies routing and processing of events in AWS Lambda functions by allowing you to define resolvers for specific GraphQL types and fields.</p> <p>We’ve also fixed two bugs in Logger: 1/ one causing timestamps to be incorrectly formatted when using non-UTC timezone and around midnight, and 2/ another causing temporary keys to not be properly cleared when using the <code>injectLambdaContext()</code> Middy.js middleware.</p> <p>Finally, starting from this release we're publishing our Lambda layers in the AWS China Beijing Region operated by Sinnet.</p> <p>🌟 A huge thank you to <a href="https://github.com/arnabrahman"><code>@arnabrahman</code></a> for the amazing work on the AppSync GraphQL resolver 🎉</p> <h3>Working AppSync GraphQL APIs</h3> <h4>Key Features</h4> <ul> <li>Route events based on GraphQL type and field keys</li> <li>Automatically parse API arguments to function parameters</li> <li>Handle GraphQL responses and errors in the expected format</li> </ul> <p>To get started install the Event Handler utility by running:</p> <pre lang="sh"><code>npm install @aws-lambda-powertools/event-handler </code></pre> <h4>Registering a resolver</h4> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/event-handler/appsync-graphql/">Docs</a></p> </blockquote> <p>You can register functions to match GraphQL types and fields with one of three methods:</p> <ul> <li><code>onQuery()</code> - Register a function to handle a GraphQL Query type.</li> <li><code>onMutation()</code> - Register a function to handle a GraphQL Mutation type.</li> <li><code>resolver()</code> - Register a function to handle a GraphQL type and field.</li> </ul> <p>Your resolvers receive the parsed arguments from the GraphQL request as their first parameter. We will take care of parsing the response or catching errors and returning them in the expected format.</p> <p>You can register a resolver for a <code>Query</code> type, you can use the <code>onQuery()</code> method. This method allows you to define a function that will be invoked when a GraphQL Query is made.</p> <pre lang="ts"><code>import { AppSyncGraphQLResolver } from '@aws-lambda-powertools/event-handler/appsync-graphql'; import { Logger } from '@aws-lambda-powertools/logger'; import type { Context } from 'aws-lambda'; <p>const logger = new Logger({<br /> serviceName: 'TodoManager',<br /> });<br /> const app = new AppSyncGraphQLResolver({ logger });</p> <p>app.onQuery<{ id: string }>('getTodo', async ({ id }) => {<br /> </tr></table><br /> </code></pre></p> </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.22.0...v2.23.0">2.23.0</a> (2025-07-02)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> Partition workflows (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4084">#4084</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/40195ddc36f343c3b7905b51f2b82842d05fce58">40195dd</a>)</li> <li><strong>logger:</strong> reset keys on error in middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4122">#4122</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e310c50fe12463a5e3759ee1ecd61e0467fbc6a4">e310c50</a>)</li> <li><strong>logger:</strong> set <code>hourCycle</code> to h23 when tz is not UTC (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4102">#4102</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/54b08636474f11fefcb295cd04511d3f46be4382">54b0863</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler:</strong> add single resolver functionality for AppSync GraphQL API (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3999">#3999</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b91383f6ec82cff9196ccc4e0c9e88d285eb567d">b91383f</a>)</li> <li><strong>event-handler:</strong> expose event & context as object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4113">#4113</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7e74c9e356d97372c4f1ee5ca83d16dfefea42f4">7e74c9e</a>)</li> <li><strong>event-handler:</strong> support <code>onQuery</code> and <code>onMutation</code> handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4111">#4111</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/263db2d74e558adb9b088174a5500de6c29488d0">263db2d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b8e6d9361c78e58921ed88e90cc4aec21971479e"><code>b8e6d93</code></a> chore(ci): bump version to 2.23.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4123">#4123</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e310c50fe12463a5e3759ee1ecd61e0467fbc6a4"><code>e310c50</code></a> fix(logger): reset keys on error in middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4122">#4122</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7c3196f423c1c35a52da2df0db0744a9e5b896b6"><code>7c3196f</code></a> docs(event-handler): add AppSync GraphQL docs page (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4120">#4120</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7e74c9e356d97372c4f1ee5ca83d16dfefea42f4"><code>7e74c9e</code></a> feat(event-handler): expose event & context as object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4113">#4113</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/263db2d74e558adb9b088174a5500de6c29488d0"><code>263db2d</code></a> feat(event-handler): support <code>onQuery</code> and <code>onMutation</code> handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4111">#4111</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dfc31da7ef5ca5a225bdba3c9883c7cf45270df8"><code>dfc31da</code></a> chore(deps): bump <code>@types/node</code> from 24.0.7 to 24.0.8 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4107">#4107</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5d783ee9b447f086d5644dddb19712f9db83ddd8"><code>5d783ee</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4106">#4106</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3359dbe556e3dd654d9e2af553cb41d9600a2495"><code>3359dbe</code></a> chore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4104">#4104</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94a690ed9c5208427e5593ef94a082ac8ba4e756"><code>94a690e</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>eb04b60</code> to <code>0bfdba4</code> in /d...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f6374e127ca176e5bee1397a3cabe5471dc06d4b"><code>f6374e1</code></a> chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4108">#4108</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.22.0...v2.23.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/tracer` from 2.22.0 to 2.23.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.23.0</h2> <h2>Summary</h2> <p>We're excited to announce a new resolver for AppSync GraphQL APIs in the Event Handler utility. It simplifies routing and processing of events in AWS Lambda functions by allowing you to define resolvers for specific GraphQL types and fields.</p> <p>We’ve also fixed two bugs in Logger: 1/ one causing timestamps to be incorrectly formatted when using non-UTC timezone and around midnight, and 2/ another causing temporary keys to not be properly cleared when using the <code>injectLambdaContext()</code> Middy.js middleware.</p> <p>Finally, starting from this release we're publishing our Lambda layers in the AWS China Beijing Region operated by Sinnet.</p> <p>🌟 A huge thank you to <a href="https://github.com/arnabrahman"><code>@arnabrahman</code></a> for the amazing work on the AppSync GraphQL resolver 🎉</p> <h3>Working AppSync GraphQL APIs</h3> <h4>Key Features</h4> <ul> <li>Route events based on GraphQL type and field keys</li> <li>Automatically parse API arguments to function parameters</li> <li>Handle GraphQL responses and errors in the expected format</li> </ul> <p>To get started install the Event Handler utility by running:</p> <pre lang="sh"><code>npm install @aws-lambda-powertools/event-handler </code></pre> <h4>Registering a resolver</h4> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/event-handler/appsync-graphql/">Docs</a></p> </blockquote> <p>You can register functions to match GraphQL types and fields with one of three methods:</p> <ul> <li><code>onQuery()</code> - Register a function to handle a GraphQL Query type.</li> <li><code>onMutation()</code> - Register a function to handle a GraphQL Mutation type.</li> <li><code>resolver()</code> - Register a function to handle a GraphQL type and field.</li> </ul> <p>Your resolvers receive the parsed arguments from the GraphQL request as their first parameter. We will take care of parsing the response or catching errors and returning them in the expected format.</p> <p>You can register a resolver for a <code>Query</code> type, you can use the <code>onQuery()</code> method. This method allows you to define a function that will be invoked when a GraphQL Query is made.</p> <pre lang="ts"><code>import { AppSyncGraphQLResolver } from '@aws-lambda-powertools/event-handler/appsync-graphql'; import { Logger } from '@aws-lambda-powertools/logger'; import type { Context } from 'aws-lambda'; <p>const logger = new Logger({<br /> serviceName: 'TodoManager',<br /> });<br /> const app = new AppSyncGraphQLResolver({ logger });</p> <p>app.onQuery<{ id: string }>('getTodo', async ({ id }) => {<br /> </tr></table><br /> </code></pre></p> </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.22.0...v2.23.0">2.23.0</a> (2025-07-02)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> Partition workflows (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4084">#4084</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/40195ddc36f343c3b7905b51f2b82842d05fce58">40195dd</a>)</li> <li><strong>logger:</strong> reset keys on error in middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4122">#4122</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e310c50fe12463a5e3759ee1ecd61e0467fbc6a4">e310c50</a>)</li> <li><strong>logger:</strong> set <code>hourCycle</code> to h23 when tz is not UTC (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4102">#4102</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/54b08636474f11fefcb295cd04511d3f46be4382">54b0863</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler:</strong> add single resolver functionality for AppSync GraphQL API (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3999">#3999</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b91383f6ec82cff9196ccc4e0c9e88d285eb567d">b91383f</a>)</li> <li><strong>event-handler:</strong> expose event & context as object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4113">#4113</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7e74c9e356d97372c4f1ee5ca83d16dfefea42f4">7e74c9e</a>)</li> <li><strong>event-handler:</strong> support <code>onQuery</code> and <code>onMutation</code> handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4111">#4111</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/263db2d74e558adb9b088174a5500de6c29488d0">263db2d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b8e6d9361c78e58921ed88e90cc4aec21971479e"><code>b8e6d93</code></a> chore(ci): bump version to 2.23.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4123">#4123</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e310c50fe12463a5e3759ee1ecd61e0467fbc6a4"><code>e310c50</code></a> fix(logger): reset keys on error in middleware (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4122">#4122</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7c3196f423c1c35a52da2df0db0744a9e5b896b6"><code>7c3196f</code></a> docs(event-handler): add AppSync GraphQL docs page (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4120">#4120</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7e74c9e356d97372c4f1ee5ca83d16dfefea42f4"><code>7e74c9e</code></a> feat(event-handler): expose event & context as object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4113">#4113</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/263db2d74e558adb9b088174a5500de6c29488d0"><code>263db2d</code></a> feat(event-handler): support <code>onQuery</code> and <code>onMutation</code> handlers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4111">#4111</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dfc31da7ef5ca5a225bdba3c9883c7cf45270df8"><code>dfc31da</code></a> chore(deps): bump <code>@types/node</code> from 24.0.7 to 24.0.8 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4107">#4107</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5d783ee9b447f086d5644dddb19712f9db83ddd8"><code>5d783ee</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4106">#4106</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3359dbe556e3dd654d9e2af553cb41d9600a2495"><code>3359dbe</code></a> chore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4104">#4104</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/94a690ed9c5208427e5593ef94a082ac8ba4e756"><code>94a690e</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>eb04b60</code> to <code>0bfdba4</code> in /d...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f6374e127ca176e5bee1397a3cabe5471dc06d4b"><code>f6374e1</code></a> chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4108">#4108</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.22.0...v2.23.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> Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
🤖 I have created a release *beep* *boop* --- ## [6.6.2](github-aws-runners/terraform-aws-github-runner@v6.6.1...v6.6.2) (2025-07-15) ### Bug Fixes * **lambda:** bump the aws group in /lambdas with 6 updates ([github-aws-runners#4661](github-aws-runners#4661)) ([435f520](github-aws-runners@435f520)) * **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([github-aws-runners#4663](github-aws-runners#4663)) ([f6f87c0](github-aws-runners@f6f87c0)) * **lambda:** bump the octokit group in /lambdas with 3 updates ([github-aws-runners#4662](github-aws-runners#4662)) ([802e955](github-aws-runners@802e955)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the aws-powertools group in /lambdas with 4 updates: @aws-lambda-powertools/parameters, @aws-lambda-powertools/logger, @aws-lambda-powertools/metrics and @aws-lambda-powertools/tracer.
Updates
@aws-lambda-powertools/parametersfrom 2.22.0 to 2.23.0Release notes
Sourced from
@aws-lambda-powertools/parameters's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/parameters's changelog.Commits
b8e6d93chore(ci): bump version to 2.23.0 (#4123)e310c50fix(logger): reset keys on error in middleware (#4122)7c3196fdocs(event-handler): add AppSync GraphQL docs page (#4120)7e74c9efeat(event-handler): expose event & context as object (#4113)263db2dfeat(event-handler): supportonQueryandonMutationhandlers (#4111)dfc31dachore(deps): bump@types/nodefrom 24.0.7 to 24.0.8 (#4107)5d783eechore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4106)3359dbechore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs (#4104)94a690echore(deps): bump squidfunk/mkdocs-material fromeb04b60to0bfdba4in /d...f6374e1chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#4108)Updates
@aws-lambda-powertools/loggerfrom 2.22.0 to 2.23.0Release notes
Sourced from
@aws-lambda-powertools/logger's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/logger's changelog.Commits
b8e6d93chore(ci): bump version to 2.23.0 (#4123)e310c50fix(logger): reset keys on error in middleware (#4122)7c3196fdocs(event-handler): add AppSync GraphQL docs page (#4120)7e74c9efeat(event-handler): expose event & context as object (#4113)263db2dfeat(event-handler): supportonQueryandonMutationhandlers (#4111)dfc31dachore(deps): bump@types/nodefrom 24.0.7 to 24.0.8 (#4107)5d783eechore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4106)3359dbechore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs (#4104)94a690echore(deps): bump squidfunk/mkdocs-material fromeb04b60to0bfdba4in /d...f6374e1chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#4108)Updates
@aws-lambda-powertools/metricsfrom 2.22.0 to 2.23.0Release notes
Sourced from
@aws-lambda-powertools/metrics's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/metrics's changelog.Commits
b8e6d93chore(ci): bump version to 2.23.0 (#4123)e310c50fix(logger): reset keys on error in middleware (#4122)7c3196fdocs(event-handler): add AppSync GraphQL docs page (#4120)7e74c9efeat(event-handler): expose event & context as object (#4113)263db2dfeat(event-handler): supportonQueryandonMutationhandlers (#4111)dfc31dachore(deps): bump@types/nodefrom 24.0.7 to 24.0.8 (#4107)5d783eechore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4106)3359dbechore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs (#4104)94a690echore(deps): bump squidfunk/mkdocs-material fromeb04b60to0bfdba4in /d...f6374e1chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#4108)Updates
@aws-lambda-powertools/tracerfrom 2.22.0 to 2.23.0Release notes
Sourced from
@aws-lambda-powertools/tracer's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/tracer's changelog.Commits
b8e6d93chore(ci): bump version to 2.23.0 (#4123)e310c50fix(logger): reset keys on error in middleware (#4122)7c3196fdocs(event-handler): add AppSync GraphQL docs page (#4120)7e74c9efeat(event-handler): expose event & context as object (#4113)263db2dfeat(event-handler): supportonQueryandonMutationhandlers (#4111)dfc31dachore(deps): bump@types/nodefrom 24.0.7 to 24.0.8 (#4107)5d783eechore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4106)3359dbechore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs (#4104)94a690echore(deps): bump squidfunk/mkdocs-material fromeb04b60to0bfdba4in /d...f6374e1chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#4108)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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