We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a973d commit 6dd49beCopy full SHA for 6dd49be
lambda/README.md
@@ -6,7 +6,7 @@
6
sudo yum install git clang sqlite-devel zlib-devel
7
8
2. Create a ZIP archive with the `tippecanoe` binary at `bin/tippecanoe` and upload as a Lambda layer
9
-3. Copy [lambda_function.py](lambda_function.py) (python 3.9 runtime)
+3. Copy [tippecanoe.py](tippecanoe.py) (python 3.9 runtime)
10
4. set the environment variable `OUTPUT_BUCKET` to your output bucket; give lambda IAM role access to input/output buckets
11
5. Enable ACLs on the output bucket
12
0 commit comments