Skip to content

Commit a308819

Browse files
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (#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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f648559 commit a308819

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@aws-github-runner/aws-powertools-util": "*",
3434
"@aws-github-runner/aws-ssm-util": "*",
35-
"@aws-lambda-powertools/parameters": "^2.17.0",
35+
"@aws-lambda-powertools/parameters": "^2.18.0",
3636
"@aws-sdk/client-ec2": "^3.783.0",
3737
"@aws-sdk/client-sqs": "^3.782.0",
3838
"@middy/core": "^4.7.0",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"body-parser": "^1.20.3"
2121
},
2222
"dependencies": {
23-
"@aws-lambda-powertools/logger": "^2.17.0",
24-
"@aws-lambda-powertools/metrics": "^2.17.0",
25-
"@aws-lambda-powertools/tracer": "^2.17.0",
23+
"@aws-lambda-powertools/logger": "^2.18.0",
24+
"@aws-lambda-powertools/metrics": "^2.18.0",
25+
"@aws-lambda-powertools/tracer": "^2.18.0",
2626
"aws-lambda": "^1.0.7"
2727
},
2828
"nx": {

lambdas/yarn.lock

+28-28
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ __metadata:
141141
version: 0.0.0-use.local
142142
resolution: "@aws-github-runner/aws-powertools-util@workspace:libs/aws-powertools-util"
143143
dependencies:
144-
"@aws-lambda-powertools/logger": "npm:^2.17.0"
145-
"@aws-lambda-powertools/metrics": "npm:^2.17.0"
146-
"@aws-lambda-powertools/tracer": "npm:^2.17.0"
144+
"@aws-lambda-powertools/logger": "npm:^2.18.0"
145+
"@aws-lambda-powertools/metrics": "npm:^2.18.0"
146+
"@aws-lambda-powertools/tracer": "npm:^2.18.0"
147147
"@types/aws-lambda": "npm:^8.10.147"
148148
"@types/node": "npm:^22.14.0"
149149
aws-lambda: "npm:^1.0.7"
@@ -171,7 +171,7 @@ __metadata:
171171
dependencies:
172172
"@aws-github-runner/aws-powertools-util": "npm:*"
173173
"@aws-github-runner/aws-ssm-util": "npm:*"
174-
"@aws-lambda-powertools/parameters": "npm:^2.17.0"
174+
"@aws-lambda-powertools/parameters": "npm:^2.18.0"
175175
"@aws-sdk/client-ec2": "npm:^3.783.0"
176176
"@aws-sdk/client-sqs": "npm:^3.782.0"
177177
"@aws-sdk/types": "npm:^3.775.0"
@@ -255,18 +255,18 @@ __metadata:
255255
languageName: unknown
256256
linkType: soft
257257

258-
"@aws-lambda-powertools/commons@npm:^2.17.0":
259-
version: 2.17.0
260-
resolution: "@aws-lambda-powertools/commons@npm:2.17.0"
261-
checksum: 10c0/8cb510ef04aa58faeb95ceaac61ea8a59256541477e563828ad3f300142f5444752a13c53c919ba1baaada278120c6fcddf081aa8e82f778cc900834bcce0142
258+
"@aws-lambda-powertools/commons@npm:^2.18.0":
259+
version: 2.18.0
260+
resolution: "@aws-lambda-powertools/commons@npm:2.18.0"
261+
checksum: 10c0/b35eccac5d88b8f409b9809b052efaf9e0b43f8653107ccc7d2daeb9066a9b9a9dfb67ba9a1d4ec301349fb4a3b6a8254d4673af131468fea65b222746b5c260
262262
languageName: node
263263
linkType: hard
264264

265-
"@aws-lambda-powertools/logger@npm:^2.17.0":
266-
version: 2.17.0
267-
resolution: "@aws-lambda-powertools/logger@npm:2.17.0"
265+
"@aws-lambda-powertools/logger@npm:^2.18.0":
266+
version: 2.18.0
267+
resolution: "@aws-lambda-powertools/logger@npm:2.18.0"
268268
dependencies:
269-
"@aws-lambda-powertools/commons": "npm:^2.17.0"
269+
"@aws-lambda-powertools/commons": "npm:^2.18.0"
270270
lodash.merge: "npm:^4.6.2"
271271
peerDependencies:
272272
"@aws-lambda-powertools/jmespath": 2.x
@@ -276,29 +276,29 @@ __metadata:
276276
optional: true
277277
"@middy/core":
278278
optional: true
279-
checksum: 10c0/d333fa1deb7a6f4bb202feddbde80033f81e8eb8e44433f2ce968e400a3468a71d1e42dc5c0ab8800c5ac741702e23caa5dbfde921a4515d3542aafb3ef2afe0
279+
checksum: 10c0/f8e2117e388af9860d38dac811af17fc90932342c6ae52a8a1c6ffc28fc92ab900552e9e464a0ed919f47e84dad6373a5d4b1efb782a9e4726596c64e685609e
280280
languageName: node
281281
linkType: hard
282282

283-
"@aws-lambda-powertools/metrics@npm:^2.17.0":
284-
version: 2.17.0
285-
resolution: "@aws-lambda-powertools/metrics@npm:2.17.0"
283+
"@aws-lambda-powertools/metrics@npm:^2.18.0":
284+
version: 2.18.0
285+
resolution: "@aws-lambda-powertools/metrics@npm:2.18.0"
286286
dependencies:
287-
"@aws-lambda-powertools/commons": "npm:^2.17.0"
287+
"@aws-lambda-powertools/commons": "npm:^2.18.0"
288288
peerDependencies:
289289
"@middy/core": 4.x || 5.x || 6.x
290290
peerDependenciesMeta:
291291
"@middy/core":
292292
optional: true
293-
checksum: 10c0/c060b0fe85444c57166e60afe60ddeb4f46bd6b788c360bb40235f3708411b635a4836987f198a5e75f728976c7a4f7ea091888944af120c13f00485664d92f3
293+
checksum: 10c0/f76e8c141978c89488f31b9451ceb8fbe7fac9ef4020f04ca9389fb376d8adfc2aad312af7ed0a8c068b6726f767fe7b60bb3a9d9488ce413a891d4b7c113763
294294
languageName: node
295295
linkType: hard
296296

297-
"@aws-lambda-powertools/parameters@npm:^2.17.0":
298-
version: 2.17.0
299-
resolution: "@aws-lambda-powertools/parameters@npm:2.17.0"
297+
"@aws-lambda-powertools/parameters@npm:^2.18.0":
298+
version: 2.18.0
299+
resolution: "@aws-lambda-powertools/parameters@npm:2.18.0"
300300
dependencies:
301-
"@aws-lambda-powertools/commons": "npm:^2.17.0"
301+
"@aws-lambda-powertools/commons": "npm:^2.18.0"
302302
peerDependencies:
303303
"@aws-sdk/client-appconfigdata": ">=3.x"
304304
"@aws-sdk/client-dynamodb": ">=3.x"
@@ -319,22 +319,22 @@ __metadata:
319319
optional: true
320320
"@middy/core":
321321
optional: true
322-
checksum: 10c0/2a90038ce26740b1ffb15edbb5c5de8ac737f999292c7ef19ac8d51d4ad6796d549e59ad434ddc98184dee88f9489d6235918beeb84352ccddd658eb44f572ad
322+
checksum: 10c0/59d755704368b3ef7b82e9006f1438cad8d6705cc09f72b3eb1e23c12b0dc1bb6956e44f7f7b0d6cbc7c90bf45adb527451dc22e5bb87baf2a2ebf00bbd25a3d
323323
languageName: node
324324
linkType: hard
325325

326-
"@aws-lambda-powertools/tracer@npm:^2.17.0":
327-
version: 2.17.0
328-
resolution: "@aws-lambda-powertools/tracer@npm:2.17.0"
326+
"@aws-lambda-powertools/tracer@npm:^2.18.0":
327+
version: 2.18.0
328+
resolution: "@aws-lambda-powertools/tracer@npm:2.18.0"
329329
dependencies:
330-
"@aws-lambda-powertools/commons": "npm:^2.17.0"
330+
"@aws-lambda-powertools/commons": "npm:^2.18.0"
331331
aws-xray-sdk-core: "npm:^3.10.3"
332332
peerDependencies:
333333
"@middy/core": 4.x || 5.x || 6.x
334334
peerDependenciesMeta:
335335
"@middy/core":
336336
optional: true
337-
checksum: 10c0/32d18f8850fe85d73d313d3157e654bf213d9f57fff133fe302b8bf3b8e6130a7162677ec9c761336962a04d94f3f94266e78272722f99cc008e0b9a6d1b7a32
337+
checksum: 10c0/6428bdec8cb3c2f6a75ba30839fb22826046a656b440e595216306afb19932c3b91da5ce9cd5146e9c8af1803fbfd3e9bdcaa096809fc4c8626d2226792a27ef
338338
languageName: node
339339
linkType: hard
340340

0 commit comments

Comments
 (0)