I have a big project on lamda and recently when I tried to deploy I got the error: Unzipped size must be smaller than 262144000 bytes
. I am using golang, so all my files are compiled to binaries and everything I compile I actually need. Is there a way to break the serverless zip into smaller pieces or have serverless deploy the binaries as they are without zipping them?
1 Like