Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 410 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 410 Bytes

lambda-layer-pyarrow

Deploy pyarrow and pandas as a lambda layer.

How to use

Create Lambda layers

make package S3_BACKET='backet_name' S3_PREFIX='prefix_name'
make deploy STACK_NAME='stack_name'

Note: make package uses the dokcer image of pylambda-packer for build. It is because some Python module requires build on AmazonLinux.