Test AWS Lambda Logs🔗
You can verify that the AWS Lambda function for your integration is working by configuring a test for it in the AWS Console:
- Log into your AWS console.
- Browse to your Lambda services and find the lambda you want to test.
-
From the test events pull-down menu, select Configure test events.
-
Select Create new test event. The test event panel displays.
-
For the event template, select
s3-put
. - Enter a test name in the Event name field.
- Scroll down and select the Create button.
-
Choose the test (it has the name you gave it in Step 6) from the test pull-down menu, then choose Test.
Important
AWS Lambda Concurrency Guidance🔗
The Reserved Concurrency value set by the Taegis XDR CloudFormation template (taegis-cloudformation-lambda-template.yaml
) is 5. For more information regarding Lambda concurrency and the calculation of a value appropriate for your environment, please reference Lambda function scaling in AWS Docs.
Please reference the following AWS documentation to the identify the values to be used in the concurrency calulation:
AWS Concurrent Execution Limit🔗
If you see the following error when running your Lambda:
You need to request a quota increase from AWS to raise your concurrent execution limit. For more information, see Lambda quotas in AWS Docs.