*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
To make our codebase more organized, we Since many components of the project need to send emails, we extracted this functionality and deployed an AWS Lambda specifically for sending emails in order to make our codebase more organized. The Lambda can be easily invoked by sending an HTTP GET request to https://1wviw5yf8a.execute-api.us-east-1.amazonaws.com/default/sendEmail with the following body:
...