Skip to content

Commit 9f42336

Browse files
authored
Update cwlogs_subscription_stack.ts
1 parent 31d7238 commit 9f42336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/opensearch/cwlogs_ingestion/lib/cwlogs_subscription_stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class CWLogsSubscriptionStack extends Stack {
5757
entry: path.join(__dirname, "../resources/lambda/cw_subscription_filter/layers"),
5858
compatibleRuntimes: [
5959
Runtime.PYTHON_3_12,
60-
Runtime.PYTHON_3_12,
60+
Runtime.PYTHON_3_11,
6161
],
6262
description: "A layer that contains the required modules",
6363
license: "MIT License",

0 commit comments

Comments
 (0)