Skip to content

test(aws_lambda): Add ARM64 architecture support for local Lambda testing - #7053

Merged
ericapisani merged 1 commit into
masterfrom
py-2641-aws-lambda-architecture
Aug 6, 2026
Merged

test(aws_lambda): Add ARM64 architecture support for local Lambda testing#7053
ericapisani merged 1 commit into
masterfrom
py-2641-aws-lambda-architecture

Conversation

@ericapisani

Copy link
Copy Markdown
Member

Configure SAM Lambda functions to match the host CPU architecture, preventing slow x86_64 emulation on ARM machines like macOS.

Also removes test_timeout_error which is a subset of test_timeout_error_scope_modified, reducing test run time.

Refs PY-2641

…ting

Configure SAM Lambda functions to match the host CPU architecture,
preventing slow x86_64 emulation on ARM machines like macOS.

Also removes test_timeout_error which is a subset of
test_timeout_error_scope_modified, reducing test run time.

Refs PY-2641
@ericapisani
ericapisani requested a review from a team as a code owner August 5, 2026 16:41
@linear-code

linear-code Bot commented Aug 5, 2026

Copy link
Copy Markdown
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

98900 passed | ⏭️ 6479 skipped | Total: 105379 | Pass Rate: 93.85% | Execution Time: 356m 52s

📊 Comparison with Base Branch

Metric Change
Total Tests 📉 -4
Passed Tests 📉 -4
Failed Tests
Skipped Tests

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 2505 uncovered lines.
✅ Project coverage is 89.94%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    89.92%    89.94%    +0.02%
==========================================
  Files          193       193         —
  Lines        24896     24896         —
  Branches      8978      8978         —
==========================================
+ Hits         22386     22391        +5
- Misses        2510      2505        -5
- Partials      1430      1431        +1

Generated by Codecov Action

@ericapisani
ericapisani merged commit f670a1b into master Aug 6, 2026
145 checks passed
@ericapisani
ericapisani deleted the py-2641-aws-lambda-architecture branch August 6, 2026 12:28
mgaligniana pushed a commit to mgaligniana/sentry-python that referenced this pull request Aug 9, 2026
…ting (getsentry#7053)

Configure SAM Lambda functions to match the host CPU architecture,
preventing slow x86_64 emulation on ARM machines like macOS.

Also removes test_timeout_error which is a subset of
test_timeout_error_scope_modified, reducing test run time.

Refs PY-2641
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants