SumoLogic / sumologic-aws-lambda

A collection of lambda functions to collect data from Cloudwatch, Kinesis, VPC Flow logs, S3, security-hub and AWS Inspector
Other
151 stars 135 forks source link

Update deprecated Lambda runtime for SecurityHubCollectorFunction #184

Closed charles-niaid closed 3 months ago

charles-niaid commented 8 months ago

The Python 3.7 Lambda runtime has been deprecated, but the SecurityHubCollectorFunction is still using it.

https://github.com/SumoLogic/sumologic-aws-lambda/blob/305e7cff54faa1a23f3342b8e83f444efa19291f/securityhub-collector/sam/template.yaml#L20

himsharma01 commented 3 months ago

Hey @charles-niaid , Thanks for raising the git issue. We have updated the lambda runtime of the same. https://github.com/SumoLogic/sumologic-aws-lambda/blob/main/securityhub-collector/sam/template.yaml#L38 Do you mind checking the latest version please. Closing this issue since its fixed, feel free to re-open in case of any issues. Thanks