Skip to content
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 18 commits into from
Jul 16, 2020
Merged

Commits on Jul 8, 2020

  1. 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),
    });
    njlynch committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    33de062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5379655 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Convert IDistribution, Distribution, and CloudFrontWebDistribution to…

    … Resources (instead of Constructs)
    njlynch committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    3279695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aab8122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    253f797 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. 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.
    njlynch committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    d6eeeb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d02fd0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799f5d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    458b2b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    aa14763 View commit details
    Browse the repository at this point in the history
  2. Test token fix

    njlynch committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    9d770b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    73c0acd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    5e36228 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Suggestions from review.
    
    Co-authored-by: Elad Ben-Israel <benisrae@amazon.com>
    njlynch and Elad Ben-Israel authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    886af07 View commit details
    Browse the repository at this point in the history
  3. More PR comments updates

    njlynch committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    4466043 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbbda72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f100938 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    20df281 View commit details
    Browse the repository at this point in the history