AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


A company recently transitioned its on-premise voting system to AWS in order to reduce costs, achieve scalability, and efficiently handle thousands of concurrent users. In this new setup, an AWS resource generates an event whenever its state changes, and this event must subsequently trigger an AWS Lambda function. However, it’s important to note that the AWS resource in question does not have direct integration with AWS Lambda.

Which of the following methods can be used to trigger AWS Lambda in this scenario?




Explanation:

CloudWatch Events Rules with AWS Lambda

You can create a Lambda function and direct CloudWatch Events to execute it on a regular schedule. You can specify a fixed rate (for example, execute a Lambda function every hour or 15 minutes), or you can specify a Cron expression.

Powered ByGPT-5