mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
fix README aws examples
This commit is contained in:
@@ -33,7 +33,7 @@ Lambda Function URLs:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"rawPath": "/my-tileset-name/0/0/0.pbf"
|
"rawPath": "/my-tileset-name/0/0/0.mvt"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@ API Gateway (HTTP or REST):
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"pathParameters": {
|
"pathParameters": {
|
||||||
"proxy": "my-tileset-name/0/0/0.pbf"
|
"proxy": "my-tileset-name/0/0/0.mvt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user