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