
## Handle webhooks via AWS Lambda

URL: https://docs.atlan.com/product/capabilities/build-apps/sdks/python/events/how-tos/aws-lambda

> 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.

# Handle 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](https://docs.atlan.com/llms/platform/python/setup-lambda/llms.txt) that can receive webhooks from Atlan.
2. [Code your logic](https://docs.atlan.com/llms/platform/python/code-event-logic/llms.txt) for handling the events.
3. [Deploy your code](https://docs.atlan.com/llms/platform/python/deploy-lambda/llms.txt) to the AWS Lambda function.
4. [Set up an Atlan webhook](https://docs.atlan.com/llms/platform/python/setup-webhook/llms.txt) to call the AWS Lambda function.

You can also [manage](https://docs.atlan.com/llms/platform/python/manage-webhook/llms.txt) your code on an ongoing basis.

_Last updated: 9 June 2026._

---

> **AI agent?** Install the Atlan Docs MCP for direct access: https://docs.atlan.com/skills/install-docs-mcp.md
