library 를 추가하기 위한 계층 생성

개요

로컬 다운로드

mkdir python && cd python

pip3 install beautifulsoup4==4.12.2 requests==2.28.2 -t .
rm -rf *dist-info
cd ..
zip -r bs4_layer.zip python

계층 생성

❗주의: lambda function의 python 버전과 layer 의 runtime python 버전이 같아야함.