2
Nihil75
4y

I love serverless functions but I'm so tired of complex orchestration, juggling event parameters and now scipy+numpy+pandas exceeds size limit of 250MB..

Feel like cramming it all in a monolith like the geezers of yore and be done with it

Comments
  • 0
    Figured it out - There's an AWS provided Scipy+Numpy Lambda layer.
    To add Pandas - pip3 install it in venv, then delete numpy from site-packages (it's installed as a dependency, but not needed as provided by layer).

    This brings the layer + pandas zip to just under the 250MB limit.
  • 2
    I started reading that as "I love sexservices." You can report me.
  • 1
Add Comment