Skip to content

Commit 659b471

Browse files
chore: Update lambda layer versions and supported runtimes (#33521)
* Update lambda layer versions and supported runtimes * add java v25 * re-add python versions --------- Co-authored-by: campaigner-staging[bot] <111737018+campaigner-staging[bot]@users.noreply.github.com> Co-authored-by: Rithika Narayan <[email protected]> Co-authored-by: Rithika Narayan <[email protected]>
1 parent b4c7df7 commit 659b471

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

layouts/shortcodes/latest-lambda-layer-version.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@
1616

1717
<!-- Ruby Layer -->
1818
{{- if eq (.Get "layer") "ruby" -}}
19-
26
19+
27
2020
{{- end -}}
2121

2222
<!-- Lambda Extension -->
2323
{{- if eq (.Get "layer") "extension" -}}
24-
90
24+
91
2525
{{- end -}}
2626

2727
<!-- dd-trace-java Layer -->
2828
{{- if eq (.Get "layer") "dd-trace-java" -}}
29-
24
29+
25
3030
{{- end -}}
3131

3232
<!-- dd-trace-dotnet Layer -->
3333
{{- if eq (.Get "layer") "dd-trace-dotnet" -}}
34-
22
34+
23
3535
{{- end -}}
3636

3737
<!-- Python Versions -->
3838
{{- if eq (.Get "layer") "python-versions" -}}
39-
`Python39`, `Python310`, `Python311`, `Python312`, `Python313`, `Python314`
39+
`Python38`, `Python39`, `Python310`, `Python311`, `Python312`, `Python313`, `Python314`
4040
{{- end -}}
4141

4242
{{- if eq (.Get "layer") "python-example-version" -}}

0 commit comments

Comments
 (0)