Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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/parameters from 2.24.1 to 2.25.1

Release notes

Sourced from @​aws-lambda-powertools/parameters's releases.

v2.25.1

Summary

This is a patch release that addresses an issue with the logger and the idempotency package introduced in v2.25.0 that could potentially affect users’ tests in some circumstances. This does not affect any production workloads.

Furthermore, it also fixes an issue with the tracer package which caused a deprecation warning when @tracer.captureLambdaHandler() was used.

We recommend updating to this version if you're currently using v2.25.0, especially if you're experiencing any test-related issues.

⭐ Congratulations @​MaxOpperman, @​BeckettFrey for their first PRs merged in the project 🎉

Changes

  • ci: bump version-n-release GitHub Action and modify input values (#4330) by @​dreamorosi
  • improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#4327) by @​sdangol
  • improv(logger): resolve issue when no logger region is set (#4319) by @​MaxOpperman
  • improv(ci): Skip Layer version checks for the Gamma environment (#4321) by @​sdangol
  • refactor: idempotency env service to functions 4246 (#4314) by @​BeckettFrey
  • fix(tracer): pass args of decorated method as they are (#4312) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

This release was made possible by the following contributors:

@​BeckettFrey, @​MaxOpperman, @​dependabot[bot], @​dreamorosi, @​github-actions[bot], @​sdangol, @​svozza, dependabot[bot] and github-actions[bot]

v2.25.0

Summary

We have discontinued support for Node.js 18 with this release. All users are strongly encouraged to upgrade to Node.js 20 or later to ensure continued compatibility and security updates.

The parse function is now exported from the Parser package. This addition enables manual parsing in scenarios such as validating query string parameters, offering more flexibility in data handling and validation.

We’ve also fixed a bug with the Zod schema for the Cognito Trigger Event in the parser.

Furthermore, we have been working on the improvements in the overall code quality and maintainability of the codebase.

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/parameters's changelog.

2.25.1 (2025-08-14)

Improvements

  • logger resolve issue when no logger region is set (#4319) (b74b3b4)
  • idempotency Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#4327) (17845d0)

Bug Fixes

  • tracer pass args of decorated method as they are (#4312) (7bd81ae)

Features

  • event-handler add decorator functionality for error handlers (#4323) (562747a)
  • event-handler add error handling functionality to BaseRouter (#4316) (5aff398)

2.25.0 (2025-08-12)

Improvements

Features

  • parser make parse function available standalone (#4300) (4998d6b)
  • event-handler add event handler registry (#4307) (aaac429)
  • event-handler add error classes for http errors (#4299) (c1c3dd5)
  • event-handler implement route matching & resolution system for rest handler (#4297) (b8ca368)
  • event-handler add support for AppSync GraphQL batch resolvers (#4218) (12ac2e4)

Bug Fixes

  • parser cognito schema preferredRole may be null (#4259) (5ef5c85)
Commits
  • 1e609f1 chore(ci): bump version to 2.25.1 (#4336)
  • bc436b0 docs: add FraudFalcon customer reference (#4332)
  • 65e7b0f ci: bump version-n-release GitHub Action and modify input values (#4330)
  • 17845d0 improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...
  • 562747a feat(event-handler): add decorator functionality for error handlers (#4323)
  • 5bb23ad chore(deps): bump esbuild from 0.25.8 to 0.25.9 (#4325)
  • 01575f1 chore(deps-dev): bump @​redis/client from 5.8.0 to 5.8.1 (#4324)
  • b74b3b4 improv(logger): resolve issue when no logger region is set (#4319)
  • 5aff398 feat(event-handler): add error handling functionality to BaseRouter (#4316)
  • 60d92b8 improv(ci): Skip Layer version checks for the Gamma environment (#4321)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/logger from 2.24.1 to 2.25.1

Release notes

Sourced from @​aws-lambda-powertools/logger's releases.

v2.25.1

Summary

This is a patch release that addresses an issue with the logger and the idempotency package introduced in v2.25.0 that could potentially affect users’ tests in some circumstances. This does not affect any production workloads.

Furthermore, it also fixes an issue with the tracer package which caused a deprecation warning when @tracer.captureLambdaHandler() was used.

We recommend updating to this version if you're currently using v2.25.0, especially if you're experiencing any test-related issues.

⭐ Congratulations @​MaxOpperman, @​BeckettFrey for their first PRs merged in the project 🎉

Changes

  • ci: bump version-n-release GitHub Action and modify input values (#4330) by @​dreamorosi
  • improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#4327) by @​sdangol
  • improv(logger): resolve issue when no logger region is set (#4319) by @​MaxOpperman
  • improv(ci): Skip Layer version checks for the Gamma environment (#4321) by @​sdangol
  • refactor: idempotency env service to functions 4246 (#4314) by @​BeckettFrey
  • fix(tracer): pass args of decorated method as they are (#4312) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

This release was made possible by the following contributors:

@​BeckettFrey, @​MaxOpperman, @​dependabot[bot], @​dreamorosi, @​github-actions[bot], @​sdangol, @​svozza, dependabot[bot] and github-actions[bot]

v2.25.0

Summary

We have discontinued support for Node.js 18 with this release. All users are strongly encouraged to upgrade to Node.js 20 or later to ensure continued compatibility and security updates.

The parse function is now exported from the Parser package. This addition enables manual parsing in scenarios such as validating query string parameters, offering more flexibility in data handling and validation.

We’ve also fixed a bug with the Zod schema for the Cognito Trigger Event in the parser.

Furthermore, we have been working on the improvements in the overall code quality and maintainability of the codebase.

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/logger's changelog.

2.25.1 (2025-08-14)

Improvements

  • logger resolve issue when no logger region is set (#4319) (b74b3b4)
  • idempotency Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#4327) (17845d0)

Bug Fixes

  • tracer pass args of decorated method as they are (#4312) (7bd81ae)

Features

  • event-handler add decorator functionality for error handlers (#4323) (562747a)
  • event-handler add error handling functionality to BaseRouter (#4316) (5aff398)

2.25.0 (2025-08-12)

Improvements

Features

  • parser make parse function available standalone (#4300) (4998d6b)
  • event-handler add event handler registry (#4307) (aaac429)
  • event-handler add error classes for http errors (#4299) (c1c3dd5)
  • event-handler implement route matching & resolution system for rest handler (#4297) (b8ca368)
  • event-handler add support for AppSync GraphQL batch resolvers (#4218) (12ac2e4)

Bug Fixes

  • parser cognito schema preferredRole may be null (#4259) (5ef5c85)
Commits
  • 1e609f1 chore(ci): bump version to 2.25.1 (#4336)
  • bc436b0 docs: add FraudFalcon customer reference (#4332)
  • 65e7b0f ci: bump version-n-release GitHub Action and modify input values (#4330)
  • 17845d0 improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...
  • 562747a feat(event-handler): add decorator functionality for error handlers (#4323)
  • 5bb23ad chore(deps): bump esbuild from 0.25.8 to 0.25.9 (#4325)
  • 01575f1 chore(deps-dev): bump @​redis/client from 5.8.0 to 5.8.1 (#4324)
  • b74b3b4 improv(logger): resolve issue when no logger region is set (#4319)
  • 5aff398 feat(event-handler): add error handling functionality to BaseRouter (#4316)
  • 60d92b8 improv(ci): Skip Layer version checks for the Gamma environment (#4321)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/metrics from 2.24.1 to 2.25.1

Release notes

Sourced from @​aws-lambda-powertools/metrics's releases.

v2.25.1

Summary

This is a patch release that addresses an issue with the logger and the idempotency package introduced in v2.25.0 that could potentially affect users’ tests in some circumstances. This does not affect any production workloads.

Furthermore, it also fixes an issue with the tracer package which caused a deprecation warning when @tracer.captureLambdaHandler() was used.

We recommend updating to this version if you're currently using v2.25.0, especially if you're experiencing any test-related issues.

⭐ Congratulations @​MaxOpperman, @​BeckettFrey for their first PRs merged in the project 🎉

Changes

  • ci: bump version-n-release GitHub Action and modify input values (#4330) by @​dreamorosi
  • improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#4327) by @​sdangol
  • improv(logger): resolve issue when no logger region is set (#4319) by @​MaxOpperman
  • improv(ci): Skip Layer version checks for the Gamma environment (#4321) by @​sdangol
  • refactor: idempotency env service to functions 4246 (#4314) by @​BeckettFrey
  • fix(tracer): pass args of decorated method as they are (#4312) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

This release was made possible by the following contributors:

@​BeckettFrey, @​MaxOpperman, @​dependabot[bot], @​dreamorosi, @​github-actions[bot], @​sdangol, @​svozza, dependabot[bot] and github-actions[bot]

v2.25.0

Summary

We have discontinued support for Node.js 18 with this release. All users are strongly encouraged to upgrade to Node.js 20 or later to ensure continued compatibility and security updates.

The parse function is now exported from the Parser package. This addition enables manual parsing in scenarios such as validating query string parameters, offering more flexibility in data handling and validation.

We’ve also fixed a bug with the Zod schema for the Cognito Trigger Event in the parser.

Furthermore, we have been working on the improvements in the overall code quality and maintainability of the codebase.

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/metrics's changelog.

2.25.1 (2025-08-14)

Improvements

  • logger resolve issue when no logger region is set (#4319) (b74b3b4)
  • idempotency Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#4327) (17845d0)

Bug Fixes

  • tracer pass args of decorated method as they are (#4312) (7bd81ae)

Features

  • event-handler add decorator functionality for error handlers (#4323) (562747a)
  • event-handler add error handling functionality to BaseRouter (#4316) (5aff398)

2.25.0 (2025-08-12)

Improvements

Features

  • parser make parse function available standalone (#4300) (4998d6b)
  • event-handler add event handler registry (#4307) (aaac429)
  • event-handler add error classes for http errors (#4299) (c1c3dd5)
  • event-handler implement route matching & resolution system for rest handler (#4297) (b8ca368)
  • event-handler add support for AppSync GraphQL batch resolvers (#4218) (12ac2e4)

Bug Fixes

  • parser cognito schema preferredRole may be null (#4259) (5ef5c85)
Commits
  • 1e609f1 chore(ci): bump version to 2.25.1 (#4336)
  • bc436b0 docs: add FraudFalcon customer reference (#4332)
  • 65e7b0f ci: bump version-n-release GitHub Action and modify input values (#4330)
  • 17845d0 improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...
  • 562747a feat(event-handler): add decorator functionality for error handlers (#4323)
  • 5bb23ad chore(deps): bump esbuild from 0.25.8 to 0.25.9 (#4325)
  • 01575f1 chore(deps-dev): bump @​redis/client from 5.8.0 to 5.8.1 (#4324)
  • b74b3b4 improv(logger): resolve issue when no logger region is set (#4319)
  • 5aff398 feat(event-handler): add error handling functionality to BaseRouter (#4316)
  • 60d92b8 improv(ci): Skip Layer version checks for the Gamma environment (#4321)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/tracer from 2.24.1 to 2.25.1

Release notes

Sourced from @​aws-lambda-powertools/tracer's releases.

v2.25.1

Summary

This is a patch release that addresses an issue with the logger and the idempotency package introduced in v2.25.0 that could potentially affect users’ tests in some circumstances. This does not affect any production workloads.

Furthermore, it also fixes an issue with the tracer package which caused a deprecation warning when @tracer.captureLambdaHandler() was used.

We recommend updating to this version if you're currently using v2.25.0, especially if you're experiencing any test-related issues.

⭐ Congratulations @​MaxOpperman, @​BeckettFrey for their first PRs merged in the project 🎉

Changes

  • ci: bump version-n-release GitHub Action and modify input values (#4330) by @​dreamorosi
  • improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#4327) by @​sdangol
  • improv(logger): resolve issue when no logger region is set (#4319) by @​MaxOpperman
  • improv(ci): Skip Layer version checks for the Gamma environment (#4321) by @​sdangol
  • refactor: idempotency env service to functions 4246 (#4314) by @​BeckettFrey
  • fix(tracer): pass args of decorated method as they are (#4312) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

This release was made possible by the following contributors:

@​BeckettFrey, @​MaxOpperman, @​dependabot[bot], @​dreamorosi, @​github-actions[bot], @​sdangol, @​svozza, dependabot[bot] and github-actions[bot]

v2.25.0

Summary

We have discontinued support for Node.js 18 with this release. All users are strongly encouraged to upgrade to Node.js 20 or later to ensure continued compatibility and security updates.

The parse function is now exported from the Parser package. This addition enables manual parsing in scenarios such as validating query string parameters, offering more flexibility in data handling and validation.

We’ve also fixed a bug with the Zod schema for the Cognito Trigger Event in the parser.

Furthermore, we have been working on the improvements in the overall code quality and maintainability of the codebase.

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/tracer's changelog.

2.25.1 (2025-08-14)

Improvements

  • logger resolve issue when no logger region is set (#4319) (b74b3b4)
  • idempotency Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#4327) (17845d0)

Bug Fixes

  • tracer pass args of decorated method as they are (#4312) (7bd81ae)

Features

  • event-handler add decorator functionality for error handlers (#4323) (562747a)
  • event-handler add error handling functionality to BaseRouter (#4316) (5aff398)

2.25.0 (2025-08-12)

Improvements

Features

  • parser make parse function available standalone (#4300) (4998d6b)
  • event-handler add event handler registry (#4307) (aaac429)
  • event-handler add error classes for http errors (#4299) (c1c3dd5)
  • event-handler implement route matching & resolution system for rest handler (#4297) (b8ca368)
  • event-handler add support for AppSync GraphQL batch resolvers (#4218) (12ac2e4)

Bug Fixes

  • parser cognito schema preferredRole may be null (#4259) (5ef5c85)
Commits
  • 1e609f1 chore(ci): bump version to 2.25.1 (#4336)
  • bc436b0 docs: add FraudFalcon customer reference (#4332)
  • 65e7b0f ci: bump version-n-release GitHub Action and modify input values (#4330)
  • 17845d0 improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...
  • 562747a feat(event-handler): add decorator functionality for error handlers (#4323)
  • 5bb23ad chore(deps): bump esbuild from 0.25.8 to 0.25.9 (#4325)
  • 01575f1 chore(deps-dev): bump @​redis/client from 5.8.0 to 5.8.1 (#4324)
  • b74b3b4 improv(logger): resolve issue when no logger region is set (#4319)
  • 5aff398 feat(event-handler): add...

    Description has been truncated

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.24.1 to 2.25.1
- [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.24.1...v2.25.1)

Updates `@aws-lambda-powertools/logger` from 2.24.1 to 2.25.1
- [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.24.1...v2.25.1)

Updates `@aws-lambda-powertools/metrics` from 2.24.1 to 2.25.1
- [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.24.1...v2.25.1)

Updates `@aws-lambda-powertools/tracer` from 2.24.1 to 2.25.1
- [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.24.1...v2.25.1)

---
updated-dependencies:
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/metrics"
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/tracer"
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 19, 2025 06:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 19, 2025
Copy link
Contributor

github-actions bot commented Aug 19, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@aws-lambda-powertools/parameters ^2.25.1 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/logger ^2.25.1 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/metrics ^2.25.1 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/tracer ^2.25.1 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/commons 2.25.1 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/logger 2.25.1 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/metrics 2.25.1 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/parameters 2.25.1 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations
npm/@aws-lambda-powertools/tracer 2.25.1 🟢 9.3
Details
CheckScoreReason
Security-Policy🟢 10security policy file detected
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 11 contributing companies or organizations

Scanned Files

  • lambdas/functions/control-plane/package.json
  • lambdas/libs/aws-powertools-util/package.json
  • lambdas/yarn.lock

@npalm npalm merged commit 9a63469 into main Aug 25, 2025
6 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/aws-powertools-d1957b442c branch August 25, 2025 20:03
npalm pushed a commit that referenced this pull request Aug 25, 2025
🤖 I have created a release *beep* *boop*
---


##
[6.7.4](v6.7.3...v6.7.4)
(2025-08-25)


### Bug Fixes

* add handling for 404 errors in scale-down tests and improve error
logging
([#4726](#4726))
([95aa6a2](95aa6a2))
@stuartp44
* **lambda:** bump the aws group in /lambdas with 7 updates
([#4709](#4709))
([0e74b3d](0e74b3d))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([#4718](#4718))
([9a63469](9a63469))
* remove progress and control codes from log output
([#4699](#4699))
([1c6b424](1c6b424))
@aarongorka

---
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant