Know How Guide and Hands on Guide for AWS
LambdaScheduleEvent:
Type: AWS::Events::Rule
Properties:
Description: ’schedule event for lambda’
ScheduleExpression: 'cron(0/1 * * * ? *)'
State: ENABLED
Targets:
- Arn: !GetAtt HelloworldLambdaFunction.Arn
Id: ScheduleEvent1Target
Input : String
InputPath : String