Skip to content

Commit b34b261

Browse files
author
awstools
committed
feat(client-apprunner): AWS App Runner adds a Node.js 16 runtime.
1 parent 890a980 commit b34b261

File tree

2 files changed

+396
-310
lines changed

2 files changed

+396
-310
lines changed

clients/client-apprunner/src/models/models_0.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ export enum Runtime {
673673
CORRETTO_8 = "CORRETTO_8",
674674
NODEJS_12 = "NODEJS_12",
675675
NODEJS_14 = "NODEJS_14",
676+
NODEJS_16 = "NODEJS_16",
676677
PYTHON_3 = "PYTHON_3",
677678
}
678679

0 commit comments

Comments
 (0)