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
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
While trying to deploy I get the following error message:
$ sls deploy
─╯
Running "serverless" from node_modules
Environment: darwin, node 20.2.0, framework 3.31.0 (local) 3.31.0v (global), plugin 6.2.3, SDK 4.3.2
Docs: docs.serverless.com
Support: forum.serverless.com
Bugs: github.com/serverless/serverless/issues
Error:
Property 'functions[].events[].schedule.timezone' already have a definition - this property might have already been defined by the Serverless framework or one other plugin
It was working a couple of months ago, maybe an update introduced this issue?
The text was updated successfully, but these errors were encountered:
Hi @bhb603
We also tried to do it the same way using timezone: America/New_York. Have u tried it. Does it automatically adjust with DST and EST accordingly.
@piyush2stax I haven't tested, but I assume it should... "America/New_York" has a specific meaning in the TZ Database, which is what AWS is using, and it should account for DST.
I have the following event:
While trying to deploy I get the following error message:
It was working a couple of months ago, maybe an update introduced this issue?
The text was updated successfully, but these errors were encountered: