Skip to content

Commit fc4d198

Browse files
committed
update python runtime of kinesis metrics yaml
1 parent 0b367e2 commit fc4d198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kinesis-firehose-cloudwatch-collection/metrics/KinesisFirehoseCWMetrics.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Resources:
407407
print(e)
408408
cfnresponse.send(event, context, cfnresponse.FAILED, {"Error": str(e)}, physical_id)
409409
cfnresponse.send(event, context, cfnresponse.SUCCESS, response_data, physical_id)
410-
Runtime: python3.7
410+
Runtime: python3.11
411411
Timeout: 300
412412
Role: !GetAtt KinesisMetricsCloudWatchMetricsStreamLambdaRole.Arn
413413

0 commit comments

Comments
 (0)