Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Fix Lambda Rust cross-arch build and update dependencies - #13614

Merged
joe4dev merged 1 commit into
mainfrom
fix-lambda-rust-cross-arch-build
Jan 16, 2026
Merged

joe4dev merged 1 commit into
mainfrom
fix-lambda-rust-cross-arch-build

Conversation

@joe4dev

@joe4dev joe4dev commented Jan 13, 2026

Copy link
Copy Markdown
Member

Motivation

I wasn't able to cross-build Rust artifacts for re-validating Lambda snapshots needed for provided runtime tests in #13607
Further, the dependencies for the Lambda Rust runtime are outdated and AWS has since released v1 GA support.

Changes

  • Fix cross-platform build for Lambda Rust provided multi-runtime tests. This includes two tests:
    • aws.services.lambda_.test_lambda_common.TestLambdaRuntimesCommon.test_introspection_invoke
    • aws.services.lambda_.test_lambda_common.TestLambdaRuntimesCommon.test_uncaught_exception_invoke
  • Re-validate snapshots for the above tests
  • Bump Rust runtime dependencies to v1

Related

Closes DRG-407

@joe4dev joe4dev added this to the 4.13 milestone Jan 13, 2026
@joe4dev joe4dev added semver: patch Non-breaking changes which can be included in patch releases docs: skip Pull request does not require documentation changes notes: skip Pull request does not have to be mentioned in the release notes labels Jan 13, 2026
@github-actions

Copy link
Copy Markdown

Test Results - Preflight, Unit

23 068 tests  ±0   21 223 ✅ ±0   6m 18s ⏱️ +7s
     1 suites ±0    1 845 💤 ±0 
     1 files   ±0        0 ❌ ±0 

Results for commit 9fa2858. ± Comparison against base commit 98e5406.

@github-actions

Copy link
Copy Markdown

Test Results (amd64) - Acceptance

7 tests  ±0   5 ✅ ±0   3m 3s ⏱️ -3s
1 suites ±0   2 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 9fa2858. ± Comparison against base commit 98e5406.

@github-actions

Copy link
Copy Markdown

Test Results (amd64) - Integration, Bootstrap

    5 files      5 suites   1h 59m 29s ⏱️
3 772 tests 3 487 ✅ 285 💤 0 ❌
3 778 runs  3 487 ✅ 291 💤 0 ❌

Results for commit 9fa2858.

@github-actions

Copy link
Copy Markdown

LocalStack Community integration with Pro

    2 files  ±    0      2 suites  ±0   1h 31m 33s ⏱️ - 25m 11s
3 748 tests  - 1 421  3 459 ✅  - 1 312  289 💤  - 109  0 ❌ ±0 
3 750 runs   - 1 421  3 459 ✅  - 1 312  291 💤  - 109  0 ❌ ±0 

Results for commit 9fa2858. ± Comparison against base commit 98e5406.

This pull request removes 1421 tests.
tests.aws.scenario.bookstore.test_bookstore.TestBookstoreApplication ‑ test_lambda_dynamodb
tests.aws.scenario.bookstore.test_bookstore.TestBookstoreApplication ‑ test_opensearch_crud
tests.aws.scenario.bookstore.test_bookstore.TestBookstoreApplication ‑ test_search_books
tests.aws.scenario.bookstore.test_bookstore.TestBookstoreApplication ‑ test_setup
tests.aws.scenario.kinesis_firehose.test_kinesis_firehose.TestKinesisFirehoseScenario ‑ test_kinesis_firehose_s3
tests.aws.scenario.lambda_destination.test_lambda_destination_scenario.TestLambdaDestinationScenario ‑ test_destination_sns
tests.aws.scenario.lambda_destination.test_lambda_destination_scenario.TestLambdaDestinationScenario ‑ test_infra
tests.aws.scenario.loan_broker.test_loan_broker.TestLoanBrokerScenario ‑ test_prefill_dynamodb_table
tests.aws.scenario.loan_broker.test_loan_broker.TestLoanBrokerScenario ‑ test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED]
tests.aws.scenario.loan_broker.test_loan_broker.TestLoanBrokerScenario ‑ test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED]
…

@joe4dev
joe4dev marked this pull request as ready for review January 14, 2026 08:40
@joe4dev
joe4dev merged commit 7032622 into main Jan 16, 2026
55 checks passed
@joe4dev
joe4dev deleted the fix-lambda-rust-cross-arch-build branch January 16, 2026 13:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

docs: skip Pull request does not require documentation changes notes: skip Pull request does not have to be mentioned in the release notes semver: patch Non-breaking changes which can be included in patch releases

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants