
Answer-first summary for fast verification
Answer: CloudWatch Events
CloudWatch Events 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.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a developer seeking to periodically execute a task in a serverless architecture, you want to set up an AWS Lambda function that triggers automatically on an hourly basis, similar to how a cron job operates in traditional systems.
Which AWS service or feature would you utilize to schedule and trigger your AWS Lambda function every hour?
A
SQS
B
Amazon S3
C
Kinesis
D
CloudWatch Events
No comments yet.