-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: honour cdn-site-hosting source deployment order (#53)
* feat(cdn-site-hosting): honour source deployment order When deploying assets to S3 via CDK, ensure the order of the sources given in config is honoured. This allows routed SPAs to explicitly deploy the websiteIndexDocument last, after all static assets have been deployed. * refactor: move validation to validateProps function * fix: typo * test: s3 deployments are configured sequentially
- Loading branch information
Camille Fenton
authored
May 20, 2022
1 parent
7b3a98d
commit 912b6da
Showing
2 changed files
with
85 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters