Skip to content
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

S3 Asset Error: Uploaded file must be a non-empty zip #10

Open
manuelitod opened this issue Jan 30, 2021 · 1 comment
Open

S3 Asset Error: Uploaded file must be a non-empty zip #10

manuelitod opened this issue Jan 30, 2021 · 1 comment

Comments

@manuelitod
Copy link

manuelitod commented Jan 30, 2021

Hi all,

If you are running cdk deploy on node v15.6.0 you could face an issue deploying your lambda assets.

I solved the issue running the project on node v14.15.3 and following this instructions: aws/aws-cdk#12536

Regards

@rrow010
Copy link

rrow010 commented Feb 2, 2021

It used brew to downgrade it version 14 to work:
brew search node
brew unlink node
brew install node@14
brew link node@14 --overwrite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants