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
Hi @atacan, looking at the docs for valid rate expressions, your observation makes sense to me. sam validate --lint runs cfn-lint in background. Let me check with cfn-lint team regarding this.
I checked with the cfn-lint team and this is an existing feature request on their repo. I am closing this issue as there is nothing to do on SAM CLI side. Please follow the issue for any updates.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Description:
Steps to reproduce:
given the template with
Schedule: rate(8 hour)
instead ofhours
run
Observed result:
./template.yml is a valid SAM Template.
Expected result:
"Parameter ScheduleExpression is not valid.
on CloudWatchAdditional environment details (Ex: Windows, Mac, Amazon Linux etc)
Add --debug flag to command you are running
The text was updated successfully, but these errors were encountered: