Skip to content

Fix deployment issue in aws_lambda_event because of dev dep#1123

Merged
darklight3it merged 1 commit intomainfrom
dmelfi/fix-issue-with-dev-dep
Mar 13, 2026
Merged

Fix deployment issue in aws_lambda_event because of dev dep#1123
darklight3it merged 1 commit intomainfrom
dmelfi/fix-issue-with-dev-dep

Conversation

@darklight3it
Copy link
Contributor

📬 Issue #, if available:

✍️ Description of changes:

aws_lambda_events have a dev-dependency with lambda_runtime that blocks release. Trying to fix this in release-plz.

🔏 By submitting this pull request

  • I confirm that I've ran cargo +nightly fmt.
  • I confirm that I've ran cargo clippy --fix.
  • I confirm that I've made a best effort attempt to update all relevant documentation.
  • I confirm that my contribution is made under the terms of the Apache 2.0 license.

@darklight3it darklight3it changed the title build: fix issue with dev dependency Fix deployment issue in aws_lambda_event because of dev dep Mar 13, 2026
@darklight3it darklight3it requested review from jlizen and maxday March 13, 2026 14:35
Copy link
Collaborator

@jlizen jlizen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with this to get the release out, but can we have a backlog issue to find a nicer workaround long term? It adds risk to our release process.

@jlizen
Copy link
Collaborator

jlizen commented Mar 13, 2026

Might be as simple as just changing the dev dependency to * (or a path dependency)

@darklight3it darklight3it merged commit e77825c into main Mar 13, 2026
13 checks passed
@darklight3it darklight3it deleted the dmelfi/fix-issue-with-dev-dep branch March 13, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants