@fy-stack/storage-construct 0.0.126 → 0.0.128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,8 +5,8 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const aws_cdk_lib_1 = require("aws-cdk-lib");
|
|
6
6
|
const cloudfront = tslib_1.__importStar(require("aws-cdk-lib/aws-cloudfront"));
|
|
7
7
|
const cloudfrontOrigin = tslib_1.__importStar(require("aws-cdk-lib/aws-cloudfront-origins"));
|
|
8
|
-
const s3 = tslib_1.__importStar(require("aws-cdk-lib/aws-s3"));
|
|
9
8
|
const iam = tslib_1.__importStar(require("aws-cdk-lib/aws-iam"));
|
|
9
|
+
const s3 = tslib_1.__importStar(require("aws-cdk-lib/aws-s3"));
|
|
10
10
|
class StorageCdnStack extends aws_cdk_lib_1.NestedStack {
|
|
11
11
|
storageOrigin;
|
|
12
12
|
policyStatement;
|
package/package.json
CHANGED