We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e75924 commit 27619ccCopy full SHA for 27619cc
packages/aws-cdk-lib/aws-lambda/lib/runtime.ts
@@ -152,6 +152,7 @@ export class Runtime {
152
153
/**
154
* The Python 3.8 runtime (python3.8)
155
+ * @deprecated Legacy runtime no longer supported by AWS Lambda. Migrate to the latest Python runtime.
156
*/
157
public static readonly PYTHON_3_8 = new Runtime('python3.8', RuntimeFamily.PYTHON, {
158
supportsInlineCode: true,
0 commit comments