Skip to content

Commit

Permalink
chore(lambda-python-alpha): remove default doc from required prop (aw…
Browse files Browse the repository at this point in the history
…s#26727)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kaizencc authored Aug 15, 2023
1 parent 716871f commit c04ccc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@aws-cdk/aws-lambda-python-alpha/lib/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export interface PythonFunctionProps extends FunctionOptions {
/**
* The runtime environment. Only runtimes of the Python family are
* supported.
*
* @default Runtime.PYTHON_3_7
*/
readonly runtime: Runtime;

Expand Down

0 comments on commit c04ccc2

Please sign in to comment.