When writing an AWS Java Lambda function that\'s triggered by Cloudwatch scheduled events, which event object gets passed to the Lambda handler function?
For example, fo
com.amazonaws.services.lambda.runtime.events.ScheduledEvent is the current answer.
I can see that in 2.0.2 version of aws-lambda-java-events library this is available. Code is here and more details on 2.0 version are here