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.
- Navigate to Integrations in the FireTail platform.
- Click Lambda Function.

- In the Name of Integration field, enter a name for the integration.
- 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.
- When using the template, select the Launch IAM role CloudFormation template heading.
- Log in to AWS. Then return to the FireTail platform.
- Click Launch CloudFormation to launch the template. This opens in a new window.
- Copy the value in the LambdaFunctionARN field.
- 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.
- Return to the CloudFormation template in AWS. Select the checkbox; I acknowledge that AWS CloudFormation might create IAM resources. Click Create stack.
- When the CloudFormation Stack has a status of CREATE_COMPLETE, go to the Outputs tab and copy the FireTailRoleARN value.
- Return to the FireTail platform. Paste the copied value in the AWS role ARN field.
- 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.