From 87c47a23fbcdf0200f5bce2de9d51df067d51709 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sat, 23 Jul 2022 13:01:17 +0800 Subject: [PATCH] Update README.md --- serverless/aws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/aws/README.md b/serverless/aws/README.md index cebaab6..b48f492 100644 --- a/serverless/aws/README.md +++ b/serverless/aws/README.md @@ -19,7 +19,7 @@ Configure these Lambda environment variables: * Example path setting for objects in a directory: `my_folder/{name}/file.pmtiles` * `TILE_PATH`: optional, define the URL route of the tiles API. Default `/{name}/{z}/{x}/{y}.pbf` -For API Gateway integration, your Lambda Proxy Integration route will need to specify a greedy capturing parameter called `proxy` e.g. `/{proxy+}` (the default) +For API Gateway integration, your Lambda Proxy Integration route will need to specify a greedy capturing parameter called `proxy` e.g. `/{proxy+}` (the default). Also, your binary content types setting for REST APIs needs to be set to `*/*` otherwise tiles will be returned as base64-encoded text. ## Test Event