Open1

pandas(Custom AWS Lambda Layer)

marchanmarchan

-- 2024.08.27
-- Cloud9 Amazon Linux2 で作業する
-- python のバージョンを確認する

 $ python --version
$ mkdir python
$ pip install pandas -t python/
cd python
ls -ls
cd ../
zip -r pandas-layer.zip python