You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix (CloudFrontToMediaStore - use cloudfront function instead of lambda@edge) (#317)
* fix (CloudFrontToApiGateway - use cloudfront function instead of lambda@edge) (#295)
* fix (CloudFrontToMediStore - use cloudfront function instead of lambda@edge) (#296)
Copy file name to clipboardExpand all lines: source/patterns/@aws-solutions-constructs/aws-cloudfront-mediastore/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ _Parameters_
65
65
|cloudFrontLoggingBucket|[`s3.Bucket`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-s3.Bucket.html)|Returns an instance of s3.Bucket as the logging bucket for the CloudFront Web Distribution.|
66
66
|cloudFrontOriginRequestPolicy|[`cloudfront.OriginRequestPolicy`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-cloudfront.OriginRequestPolicy.html)|Returns an instance of cloudfront.OriginRequestPolicy created by the construct for the CloudFront Web Distribution.|
67
67
|cloudFrontOriginAccessIdentity?|[`cloudfront.OriginAccessIdentity`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-cloudfront.OriginAccessIdentity.html)|Returns an instance of cloudfront.OriginAccessIdentity created by the construct for the CloudFront Web Distribution origin custom headers and the MediaStore Container policy.|
68
-
|edgeLambdaFunctionVersion|[`lambda.Version`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-lambda.Version.html)|Returns an instance of the edge Lambda function version created by the pattern.|
68
+
|cloudFrontFunction?|[`cloudfront.Function`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-cloudfront.Function.html)|Returns an instance of the Cloudfront function created by the pattern.|
Copy file name to clipboardExpand all lines: source/patterns/@aws-solutions-constructs/aws-cloudfront-mediastore/test/__snapshots__/cloudfront-mediastore.test.js.snap
"reason": "Lambda functions has the required permission to write CloudWatch Logs. It uses custom policy instead of arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole with tighter permissions.",
320
-
},
321
-
Object {
322
-
"id": "W89",
323
-
"reason": "This is not a rule for the general case, just for specific use cases/industries",
324
-
},
325
-
Object {
326
-
"id": "W92",
327
-
"reason": "Impossible for us to define the correct concurrency for clients",
0 commit comments