Handle webhooks via AWS Lambda
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:
- Set up an AWS Lambda function that can receive webhooks from Atlan.
- Code your logic for handling the events.
- Deploy your code to the AWS Lambda function.
- Set up an Atlan webhook to call the AWS Lambda function.
You can also manage your code on an ongoing basis.