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

chore(cloudfront): README updates and notes of breaking changes #9356

Merged
merged 2 commits into from Jul 30, 2020

Commits on Jul 30, 2020

  1. chore(cloudfront): README updates and notes of breaking changes

    Making a small -- but useful -- README change as an excuse to capture the
    breaking changes made in #9326, but that were missed in that commit message.
    
    BREAKING CHANGE: Removed origin classes from the aws-cloudfront module.
    * **aws-cloudfront:** Removed S3Origin and HttpOrigin from the aws-cloudfront
      module. Use the S3Origin and HttpOrigin classes in the aws-cloudfront-origins
      module instead.
    * **aws-cloudfront:** Renamed Origin to OriginBase.
    njlynch committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    c2664e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f047a71 View commit details
    Browse the repository at this point in the history