Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions layouts/shortcodes/latest-lambda-layer-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

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

{{- if eq (.Get "layer") "python-example-version" -}}
Expand All @@ -51,8 +51,3 @@
{{- if eq (.Get "layer") "node-example-version" -}}
Node24-x
{{- end -}}

<!-- Ruby Versions -->
{{- if eq (.Get "layer") "ruby-versions" -}}
`Ruby3-2`, `Ruby3-3`, `Ruby3-4`
{{- end -}}
Loading