We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c5fe2 commit 5314a71Copy full SHA for 5314a71
requirements-aws-lambda-layer.txt
@@ -1,3 +1,8 @@
1
certifi
2
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+
8
urllib3<1.27; python_version < "3.10"
0 commit comments