Skip to content

Commit

Permalink
docs(s3-deployment): Reflect new stability of CloudFront and completi…
Browse files Browse the repository at this point in the history
…on of a roadmap issue (#13136)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
robertd authored Feb 18, 2021
1 parent 13c9859 commit f7a426d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-s3-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ import * as origins from '@aws-cdk/aws-cloudfront-origins';

const bucket = new s3.Bucket(this, 'Destination');

// Option 1 (Experimental): Handles buckets whether or not they are configured for website hosting.
// Option 1 (Stable): Handles buckets whether or not they are configured for website hosting.
const distribution = new cloudfront.Distribution(this, 'Distribution', {
defaultBehavior: { origin: new origins.S3Origin(bucket) },
});
Expand Down Expand Up @@ -229,5 +229,4 @@ might be tricky to build on Windows.

## Roadmap

- [ ] Support "progressive" mode (no `--delete`) ([#953](https://github.com/aws/aws-cdk/issues/953))
- [ ] Support "blue/green" deployments ([#954](https://github.com/aws/aws-cdk/issues/954))

0 comments on commit f7a426d

Please sign in to comment.