Ultimate access to all questions.
A company with a static S3-hosted website seeks a cost-effective solution to add a server-side dynamic contact form for minimal traffic (<100 monthly visits). What is the most economical approach?
Explanation:
The most cost-effective solution for adding a server-side dynamic contact form, considering fewer than 100 site visits per month, is to create an API Gateway endpoint with an AWS Lambda backend that makes a call to Amazon Simple Email Service (Amazon SES). This setup leverages serverless architecture, which means you only pay for the actual usage without the overhead of running and maintaining servers, making it both cost-effective and scalable for low traffic volumes.