chore: reconcile lambda runtime support - #270
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
1dfe761 to
884e2bd
Compare
| runtimeType: "JAVA", | ||
| tracerLayerNames: { x86_64: "dd-trace-java", arm64: "dd-trace-java" }, | ||
| }, | ||
| java8: { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
okay i've removed only the ones that are past the update block date -- so up through python 3.6 and through node 14
0edbd5c to
bdad134
Compare
cdf96ff to
7ffc713
Compare
7ffc713 to
f23c54c
Compare

What does this PR do?
Stops accepting
nodejs12.x,python2.7, andpython3.6as 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, andjava8.al2remain supported. This PR is stacked on #269 and does not add generated tracer or Extension defaults.Types of changes
Check all that apply