Integrations

Set up a Lambda notification integration

Updated: September 15, 2025

The AWS Lambda Integration enables FireTail to automatically trigger AWS Lambda functions in response to alerts, resource policies or incidents. When triggered, FireTail sends a notification payload to a specified Lambda function, which you can customize. The integration can be quickly set up using CloudFormation templates or configured manually.

  1. Navigate to Integrations in the FireTail platform.
  2. Click Lambda Function.
  1. In the Name of Integration field, enter a name for the integration.
  2. Choose the deployment method, you can either:
    • Use a Launch CloudFormation template - this is a template that adds the required IAM role to the account.
    • Manually deploy. To do this, click Manual setup of IAM Role and follow the on screen instructions.
  3. When using the template, select the Launch IAM role CloudFormation template heading.
  4. Log in to AWS. Then return to the FireTail platform.
  5. Click Launch CloudFormation to launch the template. This opens in a new window.
  6. Copy the value in the LambdaFunctionARN field.
  7. Return to the FireTail platform. Paste the copied value in the AWS Function ARN field. Note: the existing value in this field is a placeholder and should be replaced with the generated value.
  8. Return to the CloudFormation template in AWS. Select the checkbox; I acknowledge that AWS CloudFormation might create IAM resources. Click Create stack.
  9. When the CloudFormation Stack has a status of CREATE_COMPLETE, go to the Outputs tab and copy the FireTailRoleARN value.
  10. Return to the FireTail platform. Paste the copied value in the AWS role ARN field.
  11. Click Submit.

Your Lambda integration will now appear under the "Existing Integrations" tab. You can select it as the notification method when you create an alert, create a resource policy or create an incident.

Previous (Integrations - Notification Integrations)
Set up a Microsoft Teams integration
Next (Integrations - Notification Integrations)
Set up a Jira integration