Lambda Function timeout error

0

Hi AWS, I am exporting the SecurityHub Findings to CSV format using a Lambda function following this AWS blog post https://aws.amazon.com/blogs/security/how-to-export-aws-security-hub-findings-to-csv-format/ where I faced the error at Step 2 as the number of records are in millions which took more than 15 mins which is the default timeout for any lambda function.

Is there a way where I can fix this issue? Please suggest.

1 Answer
0

Hi Arjun, Have you considered applying a filter to limit the CSV results, as stated in Step 3? It might help to split up your results by Severity. You could run a separate Lambda for each Severity, and the combine the CSVs afterwards.

AWS
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions