I try to schedule the lambda poll data from Redshift every minute
so I configure the lambda function with:
event source type: CloudWatch Events - Schedule
schedule expression: rate(1 minute)
Enable event source: yes
but the lambda function isn't triggered at all, it gives the right result every time I start it by pushing the "test" button.
cloudwatch:actions. - ataylor