mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
Fix AWS build instructions (#458)
This commit is contained in:
@@ -9,7 +9,7 @@ The code for the lambda function imports from the top level `js/` directory. You
|
|||||||
You should then be able to build the Lambda ZIP:
|
You should then be able to build the Lambda ZIP:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run build
|
npm run build-zip
|
||||||
```
|
```
|
||||||
|
|
||||||
Upload the resulting `dist/lambda_function.zip` using the Lambda console or copy and paste `dist/index.mjs`.
|
Upload the resulting `dist/lambda_function.zip` using the Lambda console or copy and paste `dist/index.mjs`.
|
||||||
|
|||||||
Reference in New Issue
Block a user