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

"Property 'functions[].events[].schedule.timezone' already have a definition" error on startup for serverless version >= v.3.31.0

Open ismailozgen opened this issue 1 year ago • 5 comments

As of serverless v3.31.0; implementation of AWS::Scheduler::Schedule instead of AWS::Event::Rule commit is causing the following error on startup (sls) when it's used in conjunction with serverless-local-schedule plugin

Property 'functions[].events[].schedule.timezone' already have a definition - this property might have already been defined by the Serverless framework or one other plugin

ismailozgen avatar Apr 30 '24 12:04 ismailozgen