You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My usecase is that I deploy lambda code with this plugin, and I would like to add trigger for invoking this lambda every 5 min. Looked into AWS docs - there are events and rules, but currently I have to write cloudformation jsons for that.
Acceptance criteria
at least create, delete, enable and disable rule functionality is supported
stretch goal: invoking test event is supported (to test lambda invocation after deploy)