SendGrid can be configured to send events like bounces and click tracking to a URL of your choice via their
Webhooks feature. This post describes how to configure an
AWS Lambda function to process these SendGrid events.
By using Lambda you can easily handle the large amount of traffic SendGrid Webhooks can generate, while keeping costs and
system administration work to a minimum.
Continue reading