Skip to content

Commit

Permalink
Updated runtime python to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-sumologic committed Feb 12, 2025
1 parent dbe95ef commit 3226a86
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Metadata:
- cloudwatch
- metrics
Name: sumologic-kinesis-cloudwatch-metrics
SemanticVersion: 1.0.0
SemanticVersion: 1.0.1
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/kinesis-firehose-cloudwatch-collection/metrics
LicenseUrl: ./LICENSE
ReadmeUrl: ./README.md
Expand Down Expand Up @@ -407,7 +407,7 @@ Resources:
print(e)
cfnresponse.send(event, context, cfnresponse.FAILED, {"Error": str(e)}, physical_id)
cfnresponse.send(event, context, cfnresponse.SUCCESS, response_data, physical_id)
Runtime: python3.11
Runtime: python3.13
Timeout: 300
Role: !GetAtt KinesisMetricsCloudWatchMetricsStreamLambdaRole.Arn

Expand Down
Loading

0 comments on commit 3226a86

Please # to comment.