Currently the lambda event that's triggered always has "resources":["arn:aws:events:serverless-offline:123456789012:rule/my-schedule"] even when the schedule is named explicitly in the serverless definition.
I'd expect the rule to be named as well to better reflect the real AWS use case.
Currently the lambda event that's triggered always has
"resources":["arn:aws:events:serverless-offline:123456789012:rule/my-schedule"]
even when the schedule is named explicitly in the serverless definition.I'd expect the rule to be named as well to better reflect the real AWS use case.