Skip to content

Commit

Permalink
Update lambda lifecycle runtimes (#3753)
Browse files Browse the repository at this point in the history
* Update lambda lifecycle runtimes
  • Loading branch information
kddejong authored Oct 16, 2024
1 parent a33106f commit 42429be
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/cfnlint/data/AdditionalSpecs/LmbdRuntimeLifecycle.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
"successor": "dotnet8",
"update-block": "2023-05-03"
},
"go1.x": {
"create-block": "2024-02-08",
"deprecated": "2024-01-08",
"successor": "provided.al2023",
"update-block": "2025-02-28"
},
"java8": {
"create-block": "2024-02-08",
"deprecated": "2024-01-08",
"successor": "java21",
"update-block": "2025-02-28"
},
"nodejs": {
"create-block": "2016-10-31",
"deprecated": "2016-10-31",
Expand Down Expand Up @@ -65,6 +77,12 @@
"successor": "nodejs20.x",
"update-block": "2025-03-31"
},
"nodejs18.x": {
"create-block": "2025-09-01",
"deprecated": "2025-07-31",
"successor": "nodejs20.x",
"update-block": "2025-10-01"
},
"nodejs4.3": {
"create-block": "2020-03-05",
"deprecated": "2020-03-05",
Expand All @@ -89,6 +107,12 @@
"successor": "nodejs20.x",
"update-block": "2020-03-06"
},
"provided": {
"create-block": "2024-02-08",
"deprecated": "2024-01-08",
"successor": "provided.al2023",
"update-block": "2025-02-28"
},
"python2.7": {
"create-block": "2021-07-15",
"deprecated": "2021-07-15",
Expand Down

0 comments on commit 42429be

Please sign in to comment.