-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s3sync broken with Serverless Framework v4 #131
Comments
Seconded. Getting the exact same error since upgrading serverless to v4. |
Third, i also got the same error after updating to V4. It looks like the error is in the task progress handler but i'm not sure how that was adjusted or changed with the V4 changes. I'd almost ask the question do we need that? Can we just print a starting log and a finish log and remove that all together? |
It looks like the issue has already has been fixed and might have been related to serverless/serverless#12509 I Also provided a PR to get this plugin working along Serverless v4 without NPM complaining about peer dependencies. #135 |
@dgoerdes were you able to resolve dependency issue with serverless v4?
I had to do |
Serverless Framework is now v4. This awesome plugin stopped working.
Reproduce by updating Serverless Framework:
npm i -g [email protected]
Run
s3sync
.What about latest version 3?
Works fine.
The docs said v4 is backwards compatible. Maybe there's a change in the plugin integration.
The text was updated successfully, but these errors were encountered: