Skip to main content

Handle webhooks via AWS Lambda

Connect docs via MCP
TL;DR

Set up AWS Lambda functions to handle Atlan webhook events using the Python SDK (pyatlan). Process metadata events in real-time with event-driven integrations.

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.

Was this page helpful?