fix(lambda): bump the aws-powertools group in /lambdas with 4 updates#4538
Merged
npalm merged 1 commit intoApr 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.17.0 to 2.18.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.17.0...v2.18.0) Updates `@aws-lambda-powertools/logger` from 2.17.0 to 2.18.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.17.0...v2.18.0) Updates `@aws-lambda-powertools/metrics` from 2.17.0 to 2.18.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.17.0...v2.18.0) Updates `@aws-lambda-powertools/tracer` from 2.17.0 to 2.18.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.17.0...v2.18.0) --- updated-dependencies: - dependency-name: "@aws-lambda-powertools/parameters" dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/logger" dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/metrics" dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/tracer" dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools ... Signed-off-by: dependabot[bot] <support@github.com>
npalm
approved these changes
Apr 15, 2025
npalm
pushed a commit
that referenced
this pull request
Apr 15, 2025
🤖 I have created a release *beep* *boop* --- ## [6.5.0](v6.4.3...v6.5.0) (2025-04-15) ### Notes * Variable `ami_id_ssm_parameter_name` is deprecated. Pleaee migrate to `ami.id_ssm_parameter_arn` which is supporting the SSM lookup native via the launch template instead of overwrite by custom code in the scale-up lambda. ### Features * migrate launch template to use SSM for AMI lookup ([#4517](#4517)) ([472cc5f](472cc5f)) ### Bug Fixes * **lambda:** bump the aws group in /lambdas with 6 updates ([#4536](#4536)) ([acfb6c5](acfb6c5)) * **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([#4538](#4538)) ([a308819](a308819)) * **lambda:** bump the octokit group in /lambdas with 4 updates ([#4537](#4537)) ([94f2c9d](94f2c9d)) --- 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#4538) 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.17.0 to 2.18.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.18.0</h2> <h2>Summary</h2> <p>This release enhances the Parser experience with new schemas for Amazon Cognito User Pool triggers and Amazon API Gateway WebSocket APIs.</p> <p>⭐️ Thanks to <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a> for working on all the new schemas added in this release, as well as <a href="https://github.com/elliottohara"><code>@elliottohara</code></a> and <a href="https://github.com/vforgeone"><code>@vforgeone</code></a> for their first contributions!</p> <h3>New Cognito Trigger Schemas</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">Docs</a></p> </blockquote> <p>You can now use one of the new built-in schemas from Parser to easily work with events coming from Amazon Cognito to your Lambda function. With Amazon Cognito User Pools, you can configure triggers to invoke AWS Lambda functions, modifying the authentication behavior.</p> <p>Below is a list of schemas we’ve added:</p> <ul> <li><code>PreSignupTriggerSchema</code></li> <li><code>PostConfirmationTriggerSchema</code></li> <li><code>PreTokenGenerationTriggerSchema</code></li> <li><code>CustomMessageTriggerSchema</code></li> <li><code>MigrateUserTriggerSchema</code></li> <li><code>CustomSMSTriggerSchema</code></li> <li><code>CustomEmailTriggerSchema</code></li> <li><code>DefineAuthChallengeTriggerSchema</code></li> <li><code>CreateAuthChallengeTriggerSchema</code></li> <li><code>VerifyAuthChallengeResponseTriggerSchema</code></li> <li><code>PreTokenGenerationTriggerSchemaV1</code></li> <li><code>PreTokenGenerationTriggerSchemaV2AndV3</code></li> </ul> <p>For more information, refer to the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-working-with-lambda-triggers.html">Amazon Cognito User Pools documentation</a>.</p> <h3>New API Gateway WebSocket Schema</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">Docs</a></p> </blockquote> <p>Use the new <code>APIGatewayProxyWebsocketEventSchema</code> built-in schema to work with Amazon API Gateway WebSocket APIs events. This is useful when building AWS Lambda functions that act as backend for web socket APIs.</p> <p><img src="https://github.com/user-attachments/assets/a1e2e5a7-628a-434c-a728-467fbdde11c4" alt="carbon-6" /></p> <h2>Changes</h2> <h2>🌟New features and non-breaking changes</h2> <ul> <li>feat(parser): add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>) by <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a></li> <li>feat(parser): add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>) by <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a></li> <li>feat: make getKey protected on DynamoDbPersistenceLayer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3783">#3783</a>) by <a href="https://github.com/elliottohara"><code>@elliottohara</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>improv(parser): export all SQS schemas (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3782">#3782</a>) by <a href="https://github.com/vforgeone"><code>@vforgeone</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.17.0...v2.18.0">2.18.0</a> (2025-04-07)</h1> <h3>Features</h3> <ul> <li><strong>parser:</strong> add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4116f65dda099a38b780ce26e005ccea90abdd7b">4116f65</a>)</li> <li><strong>parser:</strong> add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/663d32866cdbf1225260fbf1372e126c42a962e1">663d328</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/acf22696b984b551423b12994a7f165bcb34f6c1"><code>acf2269</code></a> chore(ci): bump version to 2.18.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3813">#3813</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/236ab7fc35860856353f375fa3895c6966f7a197"><code>236ab7f</code></a> docs(parameters): clarify caching behavior of <code>getAppConfig</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3808">#3808</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/663d32866cdbf1225260fbf1372e126c42a962e1"><code>663d328</code></a> feat(parser): add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e798a703424dcc976ae2d9a82790e0f2c611510b"><code>e798a70</code></a> chore(deps): bump vite from 6.2.4 to 6.2.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3806">#3806</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/99cb22a5b66b8075cda8defc0128075343f11e0d"><code>99cb22a</code></a> chore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9c9e58e5336301b26d2179d3ea57f829e5419ad0"><code>9c9e58e</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/3804">#3804</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/aee5c12df350218457d6af19536fdf6110ee288d"><code>aee5c12</code></a> chore(deps): bump <code>@types/node</code> from 22.13.17 to 22.14.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3803">#3803</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a1f8663ee191b3cf527eba24698362c82bb2e85"><code>9a1f866</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/3802">#3802</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/55905275d25a402acf81f8dbe7b9ac4e2cf038f5"><code>5590527</code></a> chore(deps): bump <code>@types/node</code> from 22.13.16 to 22.13.17 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3800">#3800</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4116f65dda099a38b780ce26e005ccea90abdd7b"><code>4116f65</code></a> feat(parser): add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.17.0...v2.18.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/logger` from 2.17.0 to 2.18.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.18.0</h2> <h2>Summary</h2> <p>This release enhances the Parser experience with new schemas for Amazon Cognito User Pool triggers and Amazon API Gateway WebSocket APIs.</p> <p>⭐️ Thanks to <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a> for working on all the new schemas added in this release, as well as <a href="https://github.com/elliottohara"><code>@elliottohara</code></a> and <a href="https://github.com/vforgeone"><code>@vforgeone</code></a> for their first contributions!</p> <h3>New Cognito Trigger Schemas</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">Docs</a></p> </blockquote> <p>You can now use one of the new built-in schemas from Parser to easily work with events coming from Amazon Cognito to your Lambda function. With Amazon Cognito User Pools, you can configure triggers to invoke AWS Lambda functions, modifying the authentication behavior.</p> <p>Below is a list of schemas we’ve added:</p> <ul> <li><code>PreSignupTriggerSchema</code></li> <li><code>PostConfirmationTriggerSchema</code></li> <li><code>PreTokenGenerationTriggerSchema</code></li> <li><code>CustomMessageTriggerSchema</code></li> <li><code>MigrateUserTriggerSchema</code></li> <li><code>CustomSMSTriggerSchema</code></li> <li><code>CustomEmailTriggerSchema</code></li> <li><code>DefineAuthChallengeTriggerSchema</code></li> <li><code>CreateAuthChallengeTriggerSchema</code></li> <li><code>VerifyAuthChallengeResponseTriggerSchema</code></li> <li><code>PreTokenGenerationTriggerSchemaV1</code></li> <li><code>PreTokenGenerationTriggerSchemaV2AndV3</code></li> </ul> <p>For more information, refer to the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-working-with-lambda-triggers.html">Amazon Cognito User Pools documentation</a>.</p> <h3>New API Gateway WebSocket Schema</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">Docs</a></p> </blockquote> <p>Use the new <code>APIGatewayProxyWebsocketEventSchema</code> built-in schema to work with Amazon API Gateway WebSocket APIs events. This is useful when building AWS Lambda functions that act as backend for web socket APIs.</p> <p><img src="https://github.com/user-attachments/assets/a1e2e5a7-628a-434c-a728-467fbdde11c4" alt="carbon-6" /></p> <h2>Changes</h2> <h2>🌟New features and non-breaking changes</h2> <ul> <li>feat(parser): add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>) by <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a></li> <li>feat(parser): add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>) by <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a></li> <li>feat: make getKey protected on DynamoDbPersistenceLayer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3783">#3783</a>) by <a href="https://github.com/elliottohara"><code>@elliottohara</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>improv(parser): export all SQS schemas (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3782">#3782</a>) by <a href="https://github.com/vforgeone"><code>@vforgeone</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.17.0...v2.18.0">2.18.0</a> (2025-04-07)</h1> <h3>Features</h3> <ul> <li><strong>parser:</strong> add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4116f65dda099a38b780ce26e005ccea90abdd7b">4116f65</a>)</li> <li><strong>parser:</strong> add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/663d32866cdbf1225260fbf1372e126c42a962e1">663d328</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/acf22696b984b551423b12994a7f165bcb34f6c1"><code>acf2269</code></a> chore(ci): bump version to 2.18.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3813">#3813</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/236ab7fc35860856353f375fa3895c6966f7a197"><code>236ab7f</code></a> docs(parameters): clarify caching behavior of <code>getAppConfig</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3808">#3808</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/663d32866cdbf1225260fbf1372e126c42a962e1"><code>663d328</code></a> feat(parser): add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e798a703424dcc976ae2d9a82790e0f2c611510b"><code>e798a70</code></a> chore(deps): bump vite from 6.2.4 to 6.2.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3806">#3806</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/99cb22a5b66b8075cda8defc0128075343f11e0d"><code>99cb22a</code></a> chore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9c9e58e5336301b26d2179d3ea57f829e5419ad0"><code>9c9e58e</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/3804">#3804</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/aee5c12df350218457d6af19536fdf6110ee288d"><code>aee5c12</code></a> chore(deps): bump <code>@types/node</code> from 22.13.17 to 22.14.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3803">#3803</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a1f8663ee191b3cf527eba24698362c82bb2e85"><code>9a1f866</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/3802">#3802</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/55905275d25a402acf81f8dbe7b9ac4e2cf038f5"><code>5590527</code></a> chore(deps): bump <code>@types/node</code> from 22.13.16 to 22.13.17 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3800">#3800</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4116f65dda099a38b780ce26e005ccea90abdd7b"><code>4116f65</code></a> feat(parser): add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.17.0...v2.18.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/metrics` from 2.17.0 to 2.18.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.18.0</h2> <h2>Summary</h2> <p>This release enhances the Parser experience with new schemas for Amazon Cognito User Pool triggers and Amazon API Gateway WebSocket APIs.</p> <p>⭐️ Thanks to <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a> for working on all the new schemas added in this release, as well as <a href="https://github.com/elliottohara"><code>@elliottohara</code></a> and <a href="https://github.com/vforgeone"><code>@vforgeone</code></a> for their first contributions!</p> <h3>New Cognito Trigger Schemas</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">Docs</a></p> </blockquote> <p>You can now use one of the new built-in schemas from Parser to easily work with events coming from Amazon Cognito to your Lambda function. With Amazon Cognito User Pools, you can configure triggers to invoke AWS Lambda functions, modifying the authentication behavior.</p> <p>Below is a list of schemas we’ve added:</p> <ul> <li><code>PreSignupTriggerSchema</code></li> <li><code>PostConfirmationTriggerSchema</code></li> <li><code>PreTokenGenerationTriggerSchema</code></li> <li><code>CustomMessageTriggerSchema</code></li> <li><code>MigrateUserTriggerSchema</code></li> <li><code>CustomSMSTriggerSchema</code></li> <li><code>CustomEmailTriggerSchema</code></li> <li><code>DefineAuthChallengeTriggerSchema</code></li> <li><code>CreateAuthChallengeTriggerSchema</code></li> <li><code>VerifyAuthChallengeResponseTriggerSchema</code></li> <li><code>PreTokenGenerationTriggerSchemaV1</code></li> <li><code>PreTokenGenerationTriggerSchemaV2AndV3</code></li> </ul> <p>For more information, refer to the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-working-with-lambda-triggers.html">Amazon Cognito User Pools documentation</a>.</p> <h3>New API Gateway WebSocket Schema</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">Docs</a></p> </blockquote> <p>Use the new <code>APIGatewayProxyWebsocketEventSchema</code> built-in schema to work with Amazon API Gateway WebSocket APIs events. This is useful when building AWS Lambda functions that act as backend for web socket APIs.</p> <p><img src="https://github.com/user-attachments/assets/a1e2e5a7-628a-434c-a728-467fbdde11c4" alt="carbon-6" /></p> <h2>Changes</h2> <h2>🌟New features and non-breaking changes</h2> <ul> <li>feat(parser): add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>) by <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a></li> <li>feat(parser): add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>) by <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a></li> <li>feat: make getKey protected on DynamoDbPersistenceLayer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3783">#3783</a>) by <a href="https://github.com/elliottohara"><code>@elliottohara</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>improv(parser): export all SQS schemas (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3782">#3782</a>) by <a href="https://github.com/vforgeone"><code>@vforgeone</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.17.0...v2.18.0">2.18.0</a> (2025-04-07)</h1> <h3>Features</h3> <ul> <li><strong>parser:</strong> add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4116f65dda099a38b780ce26e005ccea90abdd7b">4116f65</a>)</li> <li><strong>parser:</strong> add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/663d32866cdbf1225260fbf1372e126c42a962e1">663d328</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/acf22696b984b551423b12994a7f165bcb34f6c1"><code>acf2269</code></a> chore(ci): bump version to 2.18.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3813">#3813</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/236ab7fc35860856353f375fa3895c6966f7a197"><code>236ab7f</code></a> docs(parameters): clarify caching behavior of <code>getAppConfig</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3808">#3808</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/663d32866cdbf1225260fbf1372e126c42a962e1"><code>663d328</code></a> feat(parser): add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e798a703424dcc976ae2d9a82790e0f2c611510b"><code>e798a70</code></a> chore(deps): bump vite from 6.2.4 to 6.2.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3806">#3806</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/99cb22a5b66b8075cda8defc0128075343f11e0d"><code>99cb22a</code></a> chore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9c9e58e5336301b26d2179d3ea57f829e5419ad0"><code>9c9e58e</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/3804">#3804</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/aee5c12df350218457d6af19536fdf6110ee288d"><code>aee5c12</code></a> chore(deps): bump <code>@types/node</code> from 22.13.17 to 22.14.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3803">#3803</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a1f8663ee191b3cf527eba24698362c82bb2e85"><code>9a1f866</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/3802">#3802</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/55905275d25a402acf81f8dbe7b9ac4e2cf038f5"><code>5590527</code></a> chore(deps): bump <code>@types/node</code> from 22.13.16 to 22.13.17 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3800">#3800</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4116f65dda099a38b780ce26e005ccea90abdd7b"><code>4116f65</code></a> feat(parser): add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.17.0...v2.18.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/tracer` from 2.17.0 to 2.18.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.18.0</h2> <h2>Summary</h2> <p>This release enhances the Parser experience with new schemas for Amazon Cognito User Pool triggers and Amazon API Gateway WebSocket APIs.</p> <p>⭐️ Thanks to <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a> for working on all the new schemas added in this release, as well as <a href="https://github.com/elliottohara"><code>@elliottohara</code></a> and <a href="https://github.com/vforgeone"><code>@vforgeone</code></a> for their first contributions!</p> <h3>New Cognito Trigger Schemas</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">Docs</a></p> </blockquote> <p>You can now use one of the new built-in schemas from Parser to easily work with events coming from Amazon Cognito to your Lambda function. With Amazon Cognito User Pools, you can configure triggers to invoke AWS Lambda functions, modifying the authentication behavior.</p> <p>Below is a list of schemas we’ve added:</p> <ul> <li><code>PreSignupTriggerSchema</code></li> <li><code>PostConfirmationTriggerSchema</code></li> <li><code>PreTokenGenerationTriggerSchema</code></li> <li><code>CustomMessageTriggerSchema</code></li> <li><code>MigrateUserTriggerSchema</code></li> <li><code>CustomSMSTriggerSchema</code></li> <li><code>CustomEmailTriggerSchema</code></li> <li><code>DefineAuthChallengeTriggerSchema</code></li> <li><code>CreateAuthChallengeTriggerSchema</code></li> <li><code>VerifyAuthChallengeResponseTriggerSchema</code></li> <li><code>PreTokenGenerationTriggerSchemaV1</code></li> <li><code>PreTokenGenerationTriggerSchemaV2AndV3</code></li> </ul> <p>For more information, refer to the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-working-with-lambda-triggers.html">Amazon Cognito User Pools documentation</a>.</p> <h3>New API Gateway WebSocket Schema</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/#built-in-envelopes">Docs</a></p> </blockquote> <p>Use the new <code>APIGatewayProxyWebsocketEventSchema</code> built-in schema to work with Amazon API Gateway WebSocket APIs events. This is useful when building AWS Lambda functions that act as backend for web socket APIs.</p> <p><img src="https://github.com/user-attachments/assets/a1e2e5a7-628a-434c-a728-467fbdde11c4" alt="carbon-6" /></p> <h2>Changes</h2> <h2>🌟New features and non-breaking changes</h2> <ul> <li>feat(parser): add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>) by <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a></li> <li>feat(parser): add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>) by <a href="https://github.com/VatsalGoel3"><code>@VatsalGoel3</code></a></li> <li>feat: make getKey protected on DynamoDbPersistenceLayer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3783">#3783</a>) by <a href="https://github.com/elliottohara"><code>@elliottohara</code></a></li> </ul> <h2>🌟 Minor Changes</h2> <ul> <li>improv(parser): export all SQS schemas (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3782">#3782</a>) by <a href="https://github.com/vforgeone"><code>@vforgeone</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.17.0...v2.18.0">2.18.0</a> (2025-04-07)</h1> <h3>Features</h3> <ul> <li><strong>parser:</strong> add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4116f65dda099a38b780ce26e005ccea90abdd7b">4116f65</a>)</li> <li><strong>parser:</strong> add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/663d32866cdbf1225260fbf1372e126c42a962e1">663d328</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/acf22696b984b551423b12994a7f165bcb34f6c1"><code>acf2269</code></a> chore(ci): bump version to 2.18.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3813">#3813</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/236ab7fc35860856353f375fa3895c6966f7a197"><code>236ab7f</code></a> docs(parameters): clarify caching behavior of <code>getAppConfig</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3808">#3808</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/663d32866cdbf1225260fbf1372e126c42a962e1"><code>663d328</code></a> feat(parser): add schema support for API Gateway WebSocket events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3807">#3807</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e798a703424dcc976ae2d9a82790e0f2c611510b"><code>e798a70</code></a> chore(deps): bump vite from 6.2.4 to 6.2.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3806">#3806</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/99cb22a5b66b8075cda8defc0128075343f11e0d"><code>99cb22a</code></a> chore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9c9e58e5336301b26d2179d3ea57f829e5419ad0"><code>9c9e58e</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/3804">#3804</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/aee5c12df350218457d6af19536fdf6110ee288d"><code>aee5c12</code></a> chore(deps): bump <code>@types/node</code> from 22.13.17 to 22.14.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3803">#3803</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a1f8663ee191b3cf527eba24698362c82bb2e85"><code>9a1f866</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/3802">#3802</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/55905275d25a402acf81f8dbe7b9ac4e2cf038f5"><code>5590527</code></a> chore(deps): bump <code>@types/node</code> from 22.13.16 to 22.13.17 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3800">#3800</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4116f65dda099a38b780ce26e005ccea90abdd7b"><code>4116f65</code></a> feat(parser): add Cognito pre-signup trigger schema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3729">#3729</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.17.0...v2.18.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>
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.5.0](github-aws-runners/terraform-aws-github-runner@v6.4.3...v6.5.0) (2025-04-15) ### Notes * Variable `ami_id_ssm_parameter_name` is deprecated. Pleaee migrate to `ami.id_ssm_parameter_arn` which is supporting the SSM lookup native via the launch template instead of overwrite by custom code in the scale-up lambda. ### Features * migrate launch template to use SSM for AMI lookup ([github-aws-runners#4517](github-aws-runners#4517)) ([472cc5f](github-aws-runners@472cc5f)) ### Bug Fixes * **lambda:** bump the aws group in /lambdas with 6 updates ([github-aws-runners#4536](github-aws-runners#4536)) ([acfb6c5](github-aws-runners@acfb6c5)) * **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([github-aws-runners#4538](github-aws-runners#4538)) ([a308819](github-aws-runners@a308819)) * **lambda:** bump the octokit group in /lambdas with 4 updates ([github-aws-runners#4537](github-aws-runners#4537)) ([94f2c9d](github-aws-runners@94f2c9d)) --- 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.17.0 to 2.18.0Release notes
Sourced from
@aws-lambda-powertools/parameters's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/parameters's changelog.Commits
acf2269chore(ci): bump version to 2.18.0 (#3813)236ab7fdocs(parameters): clarify caching behavior ofgetAppConfig(#3808)663d328feat(parser): add schema support for API Gateway WebSocket events (#3807)e798a70chore(deps): bump vite from 6.2.4 to 6.2.5 (#3806)99cb22achore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...9c9e58echore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3804)aee5c12chore(deps): bump@types/nodefrom 22.13.17 to 22.14.0 (#3803)9a1f866chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#3802)5590527chore(deps): bump@types/nodefrom 22.13.16 to 22.13.17 (#3800)4116f65feat(parser): add Cognito pre-signup trigger schema (#3729)Updates
@aws-lambda-powertools/loggerfrom 2.17.0 to 2.18.0Release notes
Sourced from
@aws-lambda-powertools/logger's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/logger's changelog.Commits
acf2269chore(ci): bump version to 2.18.0 (#3813)236ab7fdocs(parameters): clarify caching behavior ofgetAppConfig(#3808)663d328feat(parser): add schema support for API Gateway WebSocket events (#3807)e798a70chore(deps): bump vite from 6.2.4 to 6.2.5 (#3806)99cb22achore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...9c9e58echore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3804)aee5c12chore(deps): bump@types/nodefrom 22.13.17 to 22.14.0 (#3803)9a1f866chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#3802)5590527chore(deps): bump@types/nodefrom 22.13.16 to 22.13.17 (#3800)4116f65feat(parser): add Cognito pre-signup trigger schema (#3729)Updates
@aws-lambda-powertools/metricsfrom 2.17.0 to 2.18.0Release notes
Sourced from
@aws-lambda-powertools/metrics's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/metrics's changelog.Commits
acf2269chore(ci): bump version to 2.18.0 (#3813)236ab7fdocs(parameters): clarify caching behavior ofgetAppConfig(#3808)663d328feat(parser): add schema support for API Gateway WebSocket events (#3807)e798a70chore(deps): bump vite from 6.2.4 to 6.2.5 (#3806)99cb22achore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...9c9e58echore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3804)aee5c12chore(deps): bump@types/nodefrom 22.13.17 to 22.14.0 (#3803)9a1f866chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#3802)5590527chore(deps): bump@types/nodefrom 22.13.16 to 22.13.17 (#3800)4116f65feat(parser): add Cognito pre-signup trigger schema (#3729)Updates
@aws-lambda-powertools/tracerfrom 2.17.0 to 2.18.0Release notes
Sourced from
@aws-lambda-powertools/tracer's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/tracer's changelog.Commits
acf2269chore(ci): bump version to 2.18.0 (#3813)236ab7fdocs(parameters): clarify caching behavior ofgetAppConfig(#3808)663d328feat(parser): add schema support for API Gateway WebSocket events (#3807)e798a70chore(deps): bump vite from 6.2.4 to 6.2.5 (#3806)99cb22achore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...9c9e58echore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3804)aee5c12chore(deps): bump@types/nodefrom 22.13.17 to 22.14.0 (#3803)9a1f866chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#3802)5590527chore(deps): bump@types/nodefrom 22.13.16 to 22.13.17 (#3800)4116f65feat(parser): add Cognito pre-signup trigger schema (#3729)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