We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d367267 commit ad3a25dCopy full SHA for ad3a25d
packages/@aws-cdk/aws-apprunner-alpha/lib/service.ts
@@ -202,6 +202,11 @@ export class Runtime {
202
*/
203
public static readonly NODEJS_16 = Runtime.of('NODEJS_16')
204
205
+ /**
206
+ * NodeJS 18
207
+ */
208
+ public static readonly NODEJS_18 = Runtime.of('NODEJS_18')
209
+
210
/**
211
* PHP 8.1
212
@@ -212,6 +217,11 @@ export class Runtime {
217
213
218
public static readonly PYTHON_3 = Runtime.of('PYTHON_3')
214
219
220
221
+ * Python 3.11
222
223
+ public static readonly PYTHON_311 = Runtime.of('PYTHON_311')
224
215
225
216
226
* Ruby 3.1
227
0 commit comments