diff --git a/layouts/shortcodes/latest-lambda-layer-version.html b/layouts/shortcodes/latest-lambda-layer-version.html index 10ec8a5907c..539fae11d91 100644 --- a/layouts/shortcodes/latest-lambda-layer-version.html +++ b/layouts/shortcodes/latest-lambda-layer-version.html @@ -36,7 +36,7 @@ {{- if eq (.Get "layer") "python-versions" -}} - `Python310`, `Python311`, `Python312`, `Python313`, `Python314` + `Python38`, `Python39`, `Python310`, `Python311`, `Python312`, `Python313`, `Python314` {{- end -}} {{- if eq (.Get "layer") "python-example-version" -}} @@ -51,3 +51,8 @@ {{- if eq (.Get "layer") "node-example-version" -}} Node24-x {{- end -}} + + +{{- if eq (.Get "layer") "ruby-versions" -}} + `Ruby3-2`, `Ruby3-3`, `Ruby3-4` +{{- end -}}