Infosys Interview Question

Could you explain how you have utilized Lambda in your projects?

Interview Answer

Anonymous

Sep 7, 2024

Data Submission: Clients submit their information through a web form, which sends a POST request to the API Gateway endpoint. Data Processing: The Lambda function is invoked, processes the data, checks for validity, and stores it in DynamoDB. Newsletter Dispatch: Use either a scheduled Lambda function or a manual trigger to fetch emails from DynamoDB and send the newsletter via SNS or SES.