I'm having trouble triggering my AWS Lambda function.
The function works perfectly fine when I click Test, but I've created a new scheduled rule which triggers the Lambda function every minute. It works once, and then never again. I've also tried to use Cron, same results.
The logs should output a print function, but instead they read this:
02:07:40
START RequestId: |numbers| Version: 8
02:07:40
END RequestId: |numbers|
I've clicked Enable on 'CloudWatch Events will add necessary permissions for target(s) so they can be invoked when this rule is triggered.', so I suspect that my permissions aren't an issue.
As a side note, I've done everything on the console and am not really sure how to properly use the CLI. Any help would be wonderful. Thank you.