Notes
Home
Blog
(opens new window)
Portfolio
(opens new window)
GitHub
(opens new window)
Resume
(opens new window)
#
Lambda Layerを使う。
#
Lambda Layer用のZIPを作る
例としてrequestsを入れる
mkdir python pip install -t ./python requests zip -r requests.zip python
1
2
3