-
Notifications
You must be signed in to change notification settings - Fork 68
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
Deploy produces an error: cannot find module '../lib/plugins/aws/lib/monitorStack' #217
Comments
It looks like this is caused by this line in
In the recent versions of Serverless, it's called I was going to create a copy to fix this, but it looks like this person already did: https://github.com/Psycholive/serverless-aws-alias So you can change the dependency to:
|
this is so annoying :) |
yeah this is a very irritating issue |
looks like all the serverless/lib/plugins/aws/lib/* files change from snake case to dash case, so typical problems on serverless framework. |
Still having the same problem. any fix available? |
@fabianobonomini Switching to "serverless-aws-alias-v3" worked for me |
Hi,
I'm trying to use this package in my project and I ran into a strange issue.
My serverless.yml file looks as follows:
and when I run
sls deploy --alias v1
I get the following error:package.json:
have anyone else ran into that issue and managed to figure it out?
thanks!
The text was updated successfully, but these errors were encountered: