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 28, 2021. It is now read-only.
I could reproduce the issue using version v1.4.1 (with v1.3.0 is working fine) running sls deploy --verbose
Also, trying to debug the issue, I found that inspecting .serverless folder after running sls package --verbose all zip files are generated correctly, so the issue is apparently only present with sls deploy command.
Current workaround: downgrade to v1.3.0
Stack trace of the problem using SLS_DEBUG=*:
...
Serverless: Compiling with Typescript...
Serverless: Using local tsconfig.json at "/builds/***/***/***/tsconfig.json"
Serverless: TypeScript compiled.
Serverless: Copying Extras...
Serverless: Finished Copying Extras
Serverless: Copying Dependencies ...
Serverless: Finished Copying Dependencies ...
Serverless: Packaging service...
Serverless: Excluding development dependencies...
Serverless: Excluding development dependencies...
Serverless: Excluding development dependencies...
Serverless: Excluding development dependencies...
Serverless: Excluding development dependencies...
Serverless: Excluding development dependencies...
Serverless: Invoke aws:package:finalize
Serverless: Invoke aws:common:moveArtifactsToPackage
Serverless: Invoke aws:common:validate
Serverless Error ---------------------------------------
ServerlessError: No ***.zip file found in the package path you provided.
...
so the next step Serverless: Invoke aws:deploy:deploy is not invoked.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I could reproduce the issue using version
v1.4.1
(withv1.3.0
is working fine) runningsls deploy --verbose
Also, trying to debug the issue, I found that inspecting
.serverless
folder after runningsls package --verbose
all zip files are generated correctly, so the issue is apparently only present withsls deploy
command.Current workaround: downgrade to
v1.3.0
Stack trace of the problem using
SLS_DEBUG=*
:so the next step
Serverless: Invoke aws:deploy:deploy
is not invoked.The text was updated successfully, but these errors were encountered: