Skip to content

Commit 6dd49be

Browse files
authored
Fix incorrect file reference in lambda README (#356)
1 parent c2a973d commit 6dd49be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
sudo yum install git clang sqlite-devel zlib-devel
77

88
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)
9+
3. Copy [tippecanoe.py](tippecanoe.py) (python 3.9 runtime)
1010
4. set the environment variable `OUTPUT_BUCKET` to your output bucket; give lambda IAM role access to input/output buckets
1111
5. Enable ACLs on the output bucket
1212

0 commit comments

Comments
 (0)