serverless-local-schedule icon indicating copy to clipboard operation
serverless-local-schedule copied to clipboard

⚡️🗺️⏰ Schedule AWS CloudWatch Event based invocations in local time(with DST support!)

Results 14 serverless-local-schedule issues
Sort by recently updated
recently updated
newest added

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37. Changelog Sourced from moment-timezone's changelog. 0.5.37 2022.08-25 Re-publish npm package, because of extra folder present in 0.5.36, check moment/moment-timezone#999 0.5.36 2022.08-25 IANA TZDB 2022c...

dependencies

Resolves issue #15 : ``` Serverless: Serverless: Converting local crontabs to UTC crontabs... Serverless: [object Object] Type Error --------------------------------------------- TypeError: Cannot read property 'hasOwnProperty' of null at ServerlessLocalCrontabs.convertCrontabs (/Users/kkarczmarczyk/repo/harvey-serverless/node_modules/serverless-local-schedule/index.js:71:24) at...

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. Changelog Sourced from moment's changelog. 2.29.2 See full changelog Release Apr 3 2022 Address https://github.com/advisories/GHSA-8hfj-j24r-96c4 Commits 75e2ac5 Build 2.29.2 5a29877 Bump version to 2.29.2...

dependencies

I'm getting this warning while deploying using serverless cli ``` Serverless: Configuration warning at 'functions.cron.events[0].schedule': unrecognized property 'timezone' Serverless: Serverless: Learn more about configuration validation here: http://slss.io/configuration-validation ```

I have issue with this config: ``` events: - schedule: rate: cron(0 7 ? * ? *) timezone: Europe/Warsaw ``` Run `sls deploy` returns error: ``` Serverless: Serverless: Converting local...

`npx sls plugin install -n serverless-local-schedule` gives me the following error. ``` Unhandled rejection ServerlessError: Trying to populate non string value into a string for variable ${opt:stage}. Please make sure...

``` Serverless: Converting local crontabs to UTC crontabs... Serverless: Converted 0/10 04-22 * * ? * America/New_York to 0 0-3,9-23 * 1-2,12 ? * 0 0-3,9-23 1-10 3 ? *...

bug

Hello, I've just installed your sls plugin, great find, thanks for the work! I have the following expression: ``` - schedule: rate: cron(0 7 ? * MON-FRI *) timezone: Europe/Paris...

Would be awesome if this plugin could be used for all places where we can add cron-like schedules, particularly if support of scheduling step functions. I'm using this plugin to...

enhancement
help wanted

CloudWatch Rules has added support for using LW to specify the last working day of the month. For example, `cron(0 21 LW * ? *)` triggers on the last working...