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 134056e commit fb67103Copy full SHA for fb67103
build-layer.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+docker run -v "$PWD":/var/task "public.ecr.aws/sam/build-python3.8" /bin/sh -c "pip install -r requirements.txt -t python/lib/python3.8/site-packages/; exit"
4
+zip -r pycares-lambda-layers.zip python > /dev/null
requirements.txt
@@ -0,0 +1 @@
+pycares==4.2.1
0 commit comments