Closed ghost closed 5 years ago
We should probably make this error more clear, but it seems like you are running into this (https://github.com/LinusU/scandium/blob/c218ea77efd9b193214c6a674b9eee2606181aec/lib/builder.js#L70) limitation.
Unfortunately, Lambda has a maximum zip size of 50MB, or 100MB if you upload via S3.
Do you know why the built app is so large? Some things you can try are:
dependencies
, and anything else in devDependencies
.gitignore
or .dockerignore
Actually, a problem with the code capped at 75MB instead of 100MB, this should be fixed in 1.0.0-alpha.40
, see #51
ping @sc4224 ☺️ any updates? did you try the tricks I mentioned, or the newer version?
closing since it should be fixed in alpha.40...