keithrozario / Klayers

Python Packages as AWS Lambda Layers
Other
2.14k stars 309 forks source link

Added awswrangler for python 3.12 #411

Closed david-fortini closed 5 months ago

keithrozario commented 5 months ago

I think we tried this before, but it won't fit into a layer. Let's see .....

david-fortini commented 5 months ago

You are right, it is not displayed here list-layers-api.

is there anything to do about this? I think the problem is the bundle size right? but I dont see any errors in the CI

dschmitz89 commented 5 months ago

AWS publish layers themselves: https://aws-sdk-pandas.readthedocs.io/en/stable/layers.html

keithrozario commented 4 months ago

Thanks @dschmitz89, indeed that's the best source. I'm contemplating just including these layers in the API, so folks know where to get them from as well.

david-fortini commented 4 months ago

@keithrozario yes I think that would be very useful.