Pandas & AWS Lambda

前端 未结 11 889
太阳男子
太阳男子 2020-12-03 04:52

Does anyone have a fully compiled version of pandas that is compatible with AWS Lambda?

After searching around for a few hours, I cannot seem to find what I\'m looki

11条回答
  •  春和景丽
    2020-12-03 05:19

    The repo mthenw/awesome-layers lists several publicly available aws lambda layers.

    In particular, keithrozario/Klayers has pandas+numpy and is up-to-date as of today with pandas 0.25.

    Its ARN is arn:aws:lambda:us-east-1:113088814899:layer:Klayers-python37-pandas:1

提交回复
热议问题