fix README aws examples

This commit is contained in:
Brandon Liu
2022-11-21 11:47:33 +08:00
parent 652666288b
commit f3a5e0ab32

View File

@@ -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"
} }
} }
``` ```