Lambda functions were designed for microservice architectures. For simple functions, we have no or little dependencies and never bump into the Lambda dependency quota: the total unzipped code including all dependencies must not be larger than 250 MB. If we want use the technology for data engineering or (even worse) data science applications, we quickly accumulate dependencies large dependencies.