amplify-education/serverless-domain-manager

Does serverless domain manager work with serverless framework 4?

funkel1989 opened this issue ยท 3 comments

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Bug Report

Error Description
Unable to use serverless-domain-manager with serverless framework 4. Issue when trying to NPM install

Command Run
npm install serverless-domain-manager --save-dev

Console Output

npm install serverless-domain-manager --save-dev
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: auth@1.0.0
npm error Found: serverless@4.0.35
npm error node_modules/serverless
npm error   dev serverless@"^4.0.35" from the root project
npm error
npm error Could not resolve dependency:
npm error peer serverless@"^2.60 || ^3.0.0" from serverless-domain-manager@7.3.8
npm error node_modules/serverless-domain-manager
npm error   dev serverless-domain-manager@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error

Domain Manager Configuration
Not even configured yet

Versions

  • Domain Manager version(s): latest
  • Node/npm version: 20
  • Serverless Version: 4.0.36
  • Lambda Code: Dotnet8

Looks like this is a simple fix. We'll provide a PR.

Hey @rddimon , any chance for a release with this merged now? (sorry, commented on the PR as well)