Skip to content

Commit d1cb156

Browse files
author
AWS
committed
AWS App Runner Update: AWS App Runner adds Node.js 22 runtime.
1 parent 7de4838 commit d1cb156

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS App Runner",
4+
"contributor": "",
5+
"description": "AWS App Runner adds Node.js 22 runtime."
6+
}

services/apprunner/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"apprunner",
66
"jsonVersion":"1.0",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"AWS App Runner",
910
"serviceId":"AppRunner",
1011
"signatureVersion":"v4",
1112
"signingName":"apprunner",
1213
"targetPrefix":"AppRunner",
13-
"uid":"apprunner-2020-05-15"
14+
"uid":"apprunner-2020-05-15",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AssociateCustomDomain":{
@@ -2351,7 +2353,8 @@
23512353
"PHP_81",
23522354
"RUBY_31",
23532355
"PYTHON_311",
2354-
"NODEJS_18"
2356+
"NODEJS_18",
2357+
"NODEJS_22"
23552358
]
23562359
},
23572360
"RuntimeEnvironmentSecrets":{

0 commit comments

Comments
 (0)