Q100 — AWS SAA-C03 Ch.12

Question 100 of 100 | ← Chapter 12

Q900. A company uses Amazon S3 to host its static website. The company wants to add a contact form to the webpage. The contact form will have dynamic server-side components for users to input their name, email address, phone number, and user message.The company expects fewer than 100 site visits each month. The contact form must notify the company by email when a customer fills out the form.Which solution will meet these requirements MOST cost-effectively?

Correct Answer: B. Create an Amazon API Gateway endpoint that returns the contact form from an AWS Lambda function.Configure another Lambda function on the API Gateway to publish a message to an Amazon Simple Notification Service (Amazon SNS) topic.