Skip to content

Commit c11faa4

Browse files
authored
Merge branch 'main' into merge-back/2.92.0
2 parents bf62e55 + 6a76aca commit c11faa4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/close-stale-prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
important-checks-regex: AutoBuildv2Project1C6BFA3F
2626
warn-message: This PR has been in the STATE state for 3 weeks, and looks abandoned. To keep this PR from being closed, please continue work on it. If not, it will automatically be closed in a week.
2727
close-message: This PR has been deemed to be abandoned, and will be automatically closed. Please create a new PR for these changes if you think this decision has been made in error.
28-
skip-labels: contribution/core, pr-linter/do-not-close
28+
skip-labels: contribution/core,pr-linter/do-not-close
2929
close-label: closed-for-staleness

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

-2
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)