Skip to content

chore: reconcile lambda runtime support - #270

Merged
ava-silver merged 4 commits into
mainfrom
ava.silver/chore/reconcile-lambda-runtime-support
Aug 25, 2026
Merged

chore: reconcile lambda runtime support#270
ava-silver merged 4 commits into
mainfrom
ava.silver/chore/reconcile-lambda-runtime-support

Conversation

@ava-silver

@ava-silver ava-silver commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Stops accepting nodejs12.x, python2.7, and python3.6 as supported tracer runtimes. They now follow the macro's existing unsupported-runtime path.

Updates affected tests to use supported runtimes.

Motivation

Align runtime acceptance with AWS function-update lifecycle. Keep runtimes supported while AWS still permits customers to update their functions.

Testing Guidelines

No manual validation.

Additional Notes

nodejs14.x, nodejs16.x, python3.7, java8, and java8.al2 remain supported. This PR is stacked on #269 and does not add generated tracer or Extension defaults.

Types of changes

  • Bug fix
  • New feature
  • Breaking change
  • Misc (docs, refactoring, dependency upgrade, etc.)

Check all that apply

  • This PR's description is comprehensive
  • This PR contains breaking changes that are documented in the description
  • This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future
  • This PR impacts documentation, and it has been updated (or a ticket has been logged)
  • This PR's changes are covered by the automated tests
  • This PR collects user input/sensitive content into Datadog

@ava-silver ava-silver mentioned this pull request Aug 21, 2026
10 tasks

ava-silver commented Aug 21, 2026

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@codecov-commenter

codecov-commenter commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.74%. Comparing base (95270d4) to head (a58bdf1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #270      +/-   ##
==========================================
- Coverage   86.83%   86.74%   -0.10%     
==========================================
  Files          19       19              
  Lines        1762     1750      -12     
  Branches      352      352              
==========================================
- Hits         1530     1518      -12     
  Misses        231      231              
  Partials        1        1              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ava-silver
ava-silver force-pushed the ava.silver/chore/reconcile-lambda-runtime-support branch from 1dfe761 to 884e2bd Compare August 21, 2026 21:16
@ava-silver
ava-silver marked this pull request as ready for review August 21, 2026 21:16
@ava-silver
ava-silver requested a review from a team as a code owner August 21, 2026 21:16
@ava-silver
ava-silver requested a review from avangelillo August 21, 2026 21:16
runtimeType: "JAVA",
tracerLayerNames: { x86_64: "dd-trace-java", arm64: "dd-trace-java" },
},
java8: {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't think we should remove this, AWS won't block function update until March 3 2027. Same with node 16 and python 3.7

https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

good call, sounds like it may be worth adding aws lifecycle data to the checks here beyond just github releases -- I'll confirm the logic/full list of what we support with apm serverless before moving forward here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

okay i've removed only the ones that are past the update block date -- so up through python 3.6 and through node 14

@ava-silver
ava-silver force-pushed the ava.silver/chore/prepare-lambda-layer-catalog branch from 0edbd5c to bdad134 Compare August 24, 2026 20:51
@ava-silver
ava-silver force-pushed the ava.silver/chore/reconcile-lambda-runtime-support branch 2 times, most recently from cdf96ff to 7ffc713 Compare August 24, 2026 21:34
Base automatically changed from ava.silver/chore/prepare-lambda-layer-catalog to main August 25, 2026 17:43
@ava-silver
ava-silver force-pushed the ava.silver/chore/reconcile-lambda-runtime-support branch from 7ffc713 to f23c54c Compare August 25, 2026 17:49
@ava-silver
ava-silver merged commit b9926df into main Aug 25, 2026
11 checks passed
@ava-silver
ava-silver deleted the ava.silver/chore/reconcile-lambda-runtime-support branch August 25, 2026 18:14
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