Skip to content

Handling webhooks via AWS Lambda

To receive and handle events from Atlan's webhooks via an AWS Lambda function, you need to follow these high-level steps:

  1. Set up an AWS Lambda function that can receive webhooks from Atlan.
  2. Code your logic for handling the events.
  3. Deploy your code to the AWS Lambda function.
  4. Set up an Atlan webhook to call the AWS Lambda function.

You can also manage your code on an ongoing basis.