From 8840168ccdc5cf35cc858742d93150a1de0e2191 Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Thu, 21 Aug 2025 16:39:50 -0500 Subject: [PATCH] Add new section --- .../app-central/integrations/mitre-matrix.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/platform-services/automation-service/app-central/integrations/mitre-matrix.md b/docs/platform-services/automation-service/app-central/integrations/mitre-matrix.md index 5e46987c92..f11321a785 100644 --- a/docs/platform-services/automation-service/app-central/integrations/mitre-matrix.md +++ b/docs/platform-services/automation-service/app-central/integrations/mitre-matrix.md @@ -44,6 +44,14 @@ import IntegrationTimeout from '../../../../reuse/automation-service/integration For information about MITRE Matrix, see [MITRE Matrix documentation](https://attack.mitre.org/). +## Troubleshooting + +You may receive the following error when you test the MITRE Matrix resource:
`Error testing resource. An internal error occurred calling lambda function.` + +The error may be caused by a 6 MB quota that Lambda has per request. For quotas, see the AWS documentation [Lambda Quotas](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html). + +To work around the error, install an [automation bridge](/docs/platform-services/automation-service/automation-service-bridge/). Then in the **Automation engine** field of the MITRE Matrix integration configuration dialog, select the bridge instead of **Cloud execution**. + ## Change Log * February 3, 2021 - First upload