From cef8c5f87e15427ae5be190ddbde4818fd3062d5 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Tue, 6 Aug 2024 10:36:06 +0800 Subject: [PATCH] fix README --- overture-tiles-cdk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overture-tiles-cdk/README.md b/overture-tiles-cdk/README.md index 0b60eec..b91f922 100644 --- a/overture-tiles-cdk/README.md +++ b/overture-tiles-cdk/README.md @@ -16,7 +16,7 @@ Overture Tiles CDK creates the AWS infrastructure for generating tiles from Over - `npm install -g aws-cdk` ## Deploying -- Update configuration in `/lib/config.ts` +- Update configuration in `bin/overture-tiles-cdk.ts` - `npm run cdk bootstrap` - `npm run cdk deploy` @@ -25,4 +25,4 @@ Overture Tiles CDK creates the AWS infrastructure for generating tiles from Over - Click `Submit new job` - Select from the available Job Definitions. Each definition is associated with a version and theme from a past Overture release. - Select the OvertureTilesQueue as the Job queue. -- Submit the job. Once it is complete, it will be available at `s3://IMAGE_NAME/RELEASE/THEME.pmtiles` +- Submit the job. Once it is complete, it will be available at `s3://BUCKET_NAME/RELEASE/THEME.pmtiles`