serverless / serverless-local-schedule

⚡️🗺️⏰ Schedule AWS CloudWatch Event based invocations in local time(with DST support!)
MIT License
72 stars 11 forks source link

Released npm version fails validation, was published 4 years ago #29

Closed okko closed 2 years ago

okko commented 2 years ago

The previous version was published 4 years ago. The instructions at https://www.serverless.com/plugins/serverless-local-schedule still instruct to install that version, 0.1.6.

Warning: Invalid configuration encountered at 'functions.hello.events.0.schedule': unrecognized property 'timezone'

Learn more about configuration validation here: http://slss.io/configuration-validation

okko commented 2 years ago

Workaround is to add it to the devDependencies as follows:

    "serverless-local-schedule": "https://github.com/serverless/serverless-local-schedule.git",
Cptmorgan27 commented 2 years ago

Bump on this issue.

pgrzesik commented 2 years ago

@Cptmorgan27 v0.1.7 was just released, please let me know if you experience any issues