-
Notifications
You must be signed in to change notification settings - Fork 72
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
Sls deploy fails because of empty zip #42
Comments
Hmm, that's really odd! Did you make any changes to the repository before deploying? |
Hey, getting the same issue when deploying to aws. Have you resolved the issue?sls deploy --aws-profile aws-biswajit An error occurred: CreateUserLambdaFunction - Resource handler returned message: "Uploaded file must be a non-empty zip (Service: Lambda, Status Code: 400, Request ID: 25864dff-eeed-44f9-ae08-c79f879d7a9b)" (RequestToken: 7443076d-57ef-2ec6-2654-0aa25543a127, HandlerErrorCode: InvalidRequest). Get Support -------------------------------------------- Your Environment Information --------------------------- |
Hey, when trying to deploy I see an empty zip gets uploaded to S3 (well, the zip is not empty, but all handler/*.js files are zero-bytes files.
Any idea why this is happening?
The text was updated successfully, but these errors were encountered: