just installed aws-iot-device-sdk-v2 into my lambda cluster. I am able to install the package just fine into the project. Unfortunately, I got the error An error occurred: exampleLambda - Resource handler returned message: "Unzipped size must be smaller than 262144000 bytes (Service: Lambda, Status Code: 400, Request ID: ... Looking at serverless, I see that the inclusion increased my package size from 36MB too 92MB. This doesn't seem right at all. Our team has installed over one hundred packages but none of them have increased our deployed memory size this much. Is there some work-around for this problem?