Skip to content
4 changes: 2 additions & 2 deletions layouts/shortcodes/latest-lambda-layer-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Python Layer -->
{{- if eq (.Get "layer") "python" -}}
120
121
{{- end -}}

<!-- Node Layer -->
Expand Down Expand Up @@ -45,7 +45,7 @@

<!-- Node Versions -->
{{- if eq (.Get "layer") "node-versions" -}}
`Node20-x`, `Node22-x`, `Node24-x`
`Node18-x`, `Node20-x`, `Node22-x`, `Node24-x`
{{- end -}}

{{- if eq (.Get "layer") "node-example-version" -}}
Expand Down
Loading