Skip to content

Commit

Permalink
chore(cloudfront): use standard file naming convention for OAI and We…
Browse files Browse the repository at this point in the history
…b Distribution (#12752)

cc @njlynch 

----

*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 Jan 29, 2021
1 parent 99fd074 commit 7dc45b2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-cloudfront/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ export * from './cache-policy';
export * from './distribution';
export * from './geo-restriction';
export * from './origin';
export * from './origin_access_identity';
export * from './origin-access-identity';
export * from './origin-request-policy';
export * from './web_distribution';
export * from './web-distribution';

export * as experimental from './experimental';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Construct } from 'constructs';
import { CfnDistribution } from './cloudfront.generated';
import { HttpVersion, IDistribution, LambdaEdgeEventType, OriginProtocolPolicy, PriceClass, ViewerProtocolPolicy, SSLMethod, SecurityPolicyProtocol } from './distribution';
import { GeoRestriction } from './geo-restriction';
import { IOriginAccessIdentity } from './origin_access_identity';
import { IOriginAccessIdentity } from './origin-access-identity';

/**
* HTTP status code to failover to second origin
Expand Down

0 comments on commit 7dc45b2

Please sign in to comment.