Skip to main content

Webhook Connection for AWS Lambda

Thumbnail icon

You can trigger an AWS Lambda function directly from a Monitor or Scheduled Search by configuring a webhook connection. You can use the Webhook Connection as the Connection Type in a Monitor or the Alert Type in a Scheduled Search.

For example, you can create a Monitor that triggers a Lambda function when too many requests are received from a suspicious IP address. The Lambda function can shut down additional requests from that IP address, while simultaneously sending a notification to the security team for review.

Build an API in the API Gateway to expose a Lambda function

First, generate an Invoke URL, with a POST method for your Lambda function by creating an API in Amazon API Gateway. For information about exposing an HTTP endpoint, see Amazon's API Gateway documentation.

When you have created the Invoke URL, copy and paste it into a notepad. You will need it to configure the webhook connection in the next section.

Create a Webhook connection

note

You need the Manage connections role capability to create webhook connections.

Configure the webhook connection to trigger the AWS Lambda function.

  1. Go to Manage Data > Monitoring > Connections.
  2. On the Connections page click Add.
  3. Click AWS Lambda.
  4. In the Create Connection dialog, enter:
    • Name. Enter a name for the Connection.
    • Description. Optional: Enter a Description for the Connection.
    • URL. Enter the Invoke URL from the previous section.
    • Access Key and Secret Key. Enter your AWS Access Key and Secret Key.
    • Secure your API gateway method by selecting AWS_IAM for the authorization type.
    • Create an IAM user who has basic API gateway invoke access. You can use the AWS managed policy AmazonAPIGatewayInvokeFullAccess.
    • Region. Select your region.
    • Service Name. Enter execute-api as the service name.
    • (Optional) Custom Headers, enter up to five comma separated key-value pairs.
    • Alert Payload. Under Alert Payload, which allows you to customize the alert notification, enter a JSON object accepted by your Lambda function. For details on variables that can be used as parameters within your JSON object, see Webhook Payload Variables
    • Recovery Payload. Under Recovery Payload, which allows you to customize the recovery notification, enter a JSON object accepted by your Lambda function. 
  5. Click Test Alert or Test Recovery. If the connection is made to your Lambda function successfully, you will see a 200 OK response message.
  6. Click Save.
Legal
Privacy Statement
Terms of Use

Copyright © 2023 by Sumo Logic, Inc.