Optimizing Arize Library for AWS Lambda Package Size Limit
Hi there! I'm looking at this tutorial, and looking to send some data to Arize within an AWS Lambda: https://github.com/Arize-ai/tutorials_python/blob/main/Partnerships/SageMaker/PipeLinePlusLambda/PipeLinePlusLambda.ipynb. However, when following the recommended approach of installing arize with pip install -t ./lambda_pkg arize, the library measures at ~316 MiB, whereas Lambda functions have a package size limit of 250 MiB. Any advice for working around this? Would an older, lighter version of the library work alright? Or is there perhaps a variant with less dependencies? One of the reasons that I decided on Arize was that it seemed to be intended to be runnable on a Lambda.
