-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cloudfront): Initial CloudFront redesign #8982
Merged
Merged
Commits on Jul 8, 2020
-
Initial "hello world" working example
Enables creating a basic, non-customizable distribution from an S3 bucket. Example: new Distribution(this, 'dist', { origin: Origin.fromBucket(websiteBucket), });
Configuration menu - View commit details
-
Copy full SHA for 33de062 - Browse repository at this point
Copy the full SHA 33de062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5379655 - Browse repository at this point
Copy the full SHA 5379655View commit details
Commits on Jul 9, 2020
-
Convert IDistribution, Distribution, and CloudFrontWebDistribution to…
… Resources (instead of Constructs)
Configuration menu - View commit details
-
Copy full SHA for 3279695 - Browse repository at this point
Copy the full SHA 3279695View commit details -
Configuration menu - View commit details
-
Copy full SHA for aab8122 - Browse repository at this point
Copy the full SHA aab8122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 253f797 - Browse repository at this point
Copy the full SHA 253f797View commit details
Commits on Jul 10, 2020
-
Refactored to make Behavior the top-level entity (over Origin)
This change also extends the set of properties available on Distribution, Behavior, and Origin, and adds support for multi-origin and multi-behavior setups.
Configuration menu - View commit details
-
Copy full SHA for d6eeeb5 - Browse repository at this point
Copy the full SHA d6eeeb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d02fd0a - Browse repository at this point
Copy the full SHA d02fd0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 799f5d8 - Browse repository at this point
Copy the full SHA 799f5d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 458b2b1 - Browse repository at this point
Copy the full SHA 458b2b1View commit details
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aa14763 - Browse repository at this point
Copy the full SHA aa14763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d770b5 - Browse repository at this point
Copy the full SHA 9d770b5View commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 73c0acd - Browse repository at this point
Copy the full SHA 73c0acdView commit details
Commits on Jul 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5e36228 - Browse repository at this point
Copy the full SHA 5e36228View commit details -
Apply suggestions from code review
Suggestions from review. Co-authored-by: Elad Ben-Israel <benisrae@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 886af07 - Browse repository at this point
Copy the full SHA 886af07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4466043 - Browse repository at this point
Copy the full SHA 4466043View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbbda72 - Browse repository at this point
Copy the full SHA fbbda72View commit details -
Configuration menu - View commit details
-
Copy full SHA for f100938 - Browse repository at this point
Copy the full SHA f100938View commit details
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20df281 - Browse repository at this point
Copy the full SHA 20df281View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.