Closed albinekb closed 6 years ago
How should we stop the file to try to be uploaded to lambda if it exceeds 50 MB?
Since the zip is sent as base64 (very inefficient) from docker to scandium, it seems to exceed 50 MB, so bumping the max build size to 100 MB and doing the size check when uploading, we can still export and build zip files that exceed 50 MB for debugging purposes.
Thanks! 🎉
Should we allow to build larger zips than 50 MB so you can debug if it's getting to large?