-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrades to Leverage CloudFront Features and Improved Update Performa…
…nce (#113) * WIP - Something is wrong with file ingestion. But this updates how the cloudfront distribution is configured, deals better with updates, and thinks critically about the S3 vs CloudFront CORS header configurations. * D-32: This adds support for HTTP/2, but that required I update the AWS SDK which led to some more configuration tweaks. This adds support for TLSv1.2, superior S3 - CloudFront Header synchronization logic, and more robust CloudFront configuration updates. * DS-32: Tuned the update detection for CloudFront configuration and Route53 record updates. Cleaned up the logging a little bit. * Version bump * Trying a less permissive node engine value * Adjusted travis job, because Node 9 is messing things up there. * Stupid version bump
- Loading branch information
1 parent
2628359
commit 133bfc4
Showing
17 changed files
with
5,006 additions
and
87 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
language: node_js | ||
node_js: | ||
- "node" | ||
- "6" | ||
- "5" | ||
- "4" | ||
|
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
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
Oops, something went wrong.