mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
update lambda README
This commit is contained in:
@@ -13,12 +13,10 @@ Self-contained Lambda ZIP:
|
|||||||
Building the Lambda ZIP yourself:
|
Building the Lambda ZIP yourself:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/protomaps/PMTiles
|
npm run build
|
||||||
cd serverless/aws
|
|
||||||
python create_lambda_function.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Upload the resulting `lambda_function.zip` using the Lambda console.
|
Upload the resulting `dist/lambda_function.zip` using the Lambda console or paste `dist/index.js`.
|
||||||
|
|
||||||
Configure these Lambda environment variables:
|
Configure these Lambda environment variables:
|
||||||
|
|
||||||
@@ -52,7 +50,7 @@ API Gateway (HTTP or REST):
|
|||||||
|
|
||||||
### Monitoring
|
### Monitoring
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
### Lambda@Edge
|
### Lambda@Edge
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user