fix(lambda): bump @middy/core from 6.4.5 to 7.1.2 in /lambdas#4999
fix(lambda): bump @middy/core from 6.4.5 to 7.1.2 in /lambdas#4999dependabot[bot] wants to merge 7 commits into
Conversation
Dependency ReviewThe following issues were found:
License Issueslambdas/functions/control-plane/package.json
lambdas/functions/gh-agent-syncer/package.json
lambdas/functions/termination-watcher/package.json
lambdas/functions/webhook/package.json
OpenSSF Scorecard
Scanned Files
|
|
@dependabot rebase |
f66d804 to
f209721
Compare
|
Would be better to test this pr on a deployment due to major bump. |
abdba02 to
826f39b
Compare
|
@dependabot rebase |
826f39b to
62154c0
Compare
Bumps [@middy/core](https://github.com/middyjs/middy/tree/HEAD/packages/core) from 6.4.5 to 7.0.2. - [Release notes](https://github.com/middyjs/middy/releases) - [Changelog](https://github.com/middyjs/middy/blob/main/docs/RELEASE.md) - [Commits](https://github.com/middyjs/middy/commits/7.0.2/packages/core) --- updated-dependencies: - dependency-name: "@middy/core" dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
62154c0 to
ede1c40
Compare
|
@Brend-Smits @edersonbrilhante I have upgraded manual to Middy 7 with thanks to copilot. Tested (multi-runner) the changes including X-Ray. It looks working smooth. But the middy layer is crucial in Lambda. So would great if one of you can run a double check. |
|
A newer version of @middy/core exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@copilot can you fix this pr? |
Description
Bumps
@middy/corefrom 6.4.5 to 7.1.2 in/lambdas.This PR also updates the affected Lambda handlers to keep the AWS Powertools middleware wiring compatible with Middy v7, and adjusts the webhook config-loader test expectation to match the current combined matcher-config error output.
Test Plan
yarn nx run @aws-github-runner/webhook:testyarn nx run-many --target=test --projects=@aws-github-runner/control-plane,@aws-github-runner/gh-agent-syncer,@aws-github-runner/termination-watcher,@aws-github-runner/webhookyarn nx run-many --target=build --projects=@aws-github-runner/control-plane,@aws-github-runner/gh-agent-syncer,@aws-github-runner/termination-watcher,@aws-github-runner/webhookRelated Issues