Correct answer - "AWS Lambda" : Lambda can be used to retrieve commits, analyze code, committers
and perform creative tasks such as checking a CLA.
Incorrect:
"SNS" - SNS is a service used for publishing messages and allowing clients to subscribe for
notifications
"SES" - Amazon SES is a great solution for anyone who needs a reliable, scalable, and inexpensive
way to send and receive email
"Cron Jobs" - A cron job is the scheduled task itself. Cron jobs can be very useful to automate
repetitive tasks. In this case it requires a server that you need to maintain so instead you
want to use a serverless service such as Lambda
"Kinesis" - Amazon Kinesis makes it easy to collect, process, and analyze real-time, streaming
data so you can get timely insights and react quickly to new information
For more information visit