Deploy pyarrow and pandas as a lambda layer.
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.