Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Aug 6, 2024
1 parent d9e0214 commit cef8c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overture-tiles-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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`

0 comments on commit cef8c5f

Please sign in to comment.