
Ultimate access to all questions.
How can a serverless application invoke an AWS Lambda function every 10 minutes without managing servers?
A
By deploying an Amazon EC2 instance and setting up a cron job.
B
By setting an environment variable in the Lambda function.
C
By using Amazon EventBridge with a scheduled rule.
D
By creating an Amazon SNS topic with a subscription to the Lambda function.