Skip to content

Commit c04ccc2

Browse files
authored
chore(lambda-python-alpha): remove default doc from required prop (#26727)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 716871f commit c04ccc2

File tree

1 file changed

+0
-2
lines changed
  • packages/@aws-cdk/aws-lambda-python-alpha/lib

1 file changed

+0
-2
lines changed

packages/@aws-cdk/aws-lambda-python-alpha/lib/function.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ export interface PythonFunctionProps extends FunctionOptions {
1818
/**
1919
* The runtime environment. Only runtimes of the Python family are
2020
* supported.
21-
*
22-
* @default Runtime.PYTHON_3_7
2321
*/
2422
readonly runtime: Runtime;
2523

0 commit comments

Comments
 (0)