Open
Description
I am seeing the following error message when using [email protected]. This issue does not happen with prior versions.
Serverless: [AWS cloudformation 400 0.279s 0 retries] listImports({ ExportName: 'project-name-ServerlessAliasReference' })
Serverless Error ---------------------------------------
ServerlessError: Export 'project-name-ServerlessAliasReference' does not exist.
at promise.catch.err (C:\Users\user\AppData\Roaming\npm\node_modules\serverless\lib\plugins\aws\provider\awsProvider.js:329:27)
at process._tickCallback (internal/process/next_tick.js:68:7)
Environment:
Your Environment Information ---------------------------
Operating System: win32
Node Version: 10.16.0
Framework Version: 1.61.3
Plugin Version: 3.2.7
SDK Version: 2.3.0
Components Core Version: 1.1.2
Components CLI Version: 1.4.0
Looking into the changelog for 1.61.3, this commit seems to try and improve error handling, which could be causing this message to come up.
Temporary fix to this problem for anyone else running into it, is to install version 1.61.2 as a project dev dependency and use node ./node_modules/serverless/bin/serverless deploy
instead.
Please let me know if any more information can help.
Metadata
Metadata
Assignees
Labels
No labels