Skip to content

Commit 5314a71

Browse files
committed
add comment
1 parent 95c5fe2 commit 5314a71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

requirements-aws-lambda-layer.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
certifi
22
urllib3
3+
# In Lambda functions botocore is used, and botocore has
4+
# restrictions on urllib3
5+
# https://github.com/boto/botocore/blob/develop/setup.cfg
6+
# So we pin this here to make our Lambda layer work with
7+
# Lambda Function using Python 3.7+
38
urllib3<1.27; python_version < "3.10"

0 commit comments

Comments
 (0)