I’m trying to invoke same function at various times with different inputs. I’ve tried the following but it’s giving me an error that input is unrecognized property
**myfunc:**
** handler: utility.myfunc**
** name: ${self:custom.prefix}-myfunc**
** events:**
** - schedule: cron(0 6 * * ? *) **
** input:**
** timezone: America/New_York**
** - schedule: cron(0 7 * * ? *) **
** input:**
** timezone: America/Chicago**