This is the backend logic for my contact form on my website omar.earth
It sends emails to me via AWS SES when someone fills in my contact form.
It's written in GoLang and is using an AWS Lambda lambda runtime.
It's deployed on AWS as a Lambda and is invoked via an API Gateway. The infrastructure setup can be seen on my Terraform project.