Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The issue with AWS Lambda while utilizing the pyzstd module is that it is not a built-in module supported by AWS Lambda. It needs to be packaged along with the deployment package and uploaded manually to AWS Lambda, which can increase the package size and increase the deployment time. Additionally, the performance of the function may be impacted due to the overhead incurred by the pyzstd module.