Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository's issues are intended for feature requests and bug reports.
I'm submitting a ...
What is the current behavior?
If the current behavior is a :beetle:bug:beetle:: Please provide the steps to reproduce
What is the expected behavior (or behavior of feature suggested)?
support origin group feature in @aws-cdk/aws-cloudfront
package. it鈥檚 not included in generated code.
that is a missing feature from cloudfront.
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)
Looks like it is missing from the cloudformation resource specification.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html
in Api reference, property related originGroups is there.
ex.
https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DistributionConfig.html#cloudfront-Type-DistributionConfig-OriginGroups
Hi @kawamoto, thanks for submitting a feature request! You're right, it looks like OriginGroup is still not supported by CloudFormation and, unfortunately, until it is we won't be able to add it to the CDK. I suggest requesting it on the CloudFormation forum here.
I believe CloudFormation now supports OriginGroups https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/65#issuecomment-596959898
I believe CloudFormation now supports OriginGroups aws-cloudformation/aws-cloudformation-coverage-roadmap#65 (comment)
it will be coming in next release, yay
https://github.com/aws/aws-cdk/pull/6995
https://github.com/aws/aws-cdk/commit/9a552c275ee011fd794b27735503d139f538f70a#diff-4a4e15a081904ee16b4d84e2f5cf5aeeR61
Most helpful comment
it will be coming in next release, yay
https://github.com/aws/aws-cdk/pull/6995
https://github.com/aws/aws-cdk/commit/9a552c275ee011fd794b27735503d139f538f70a#diff-4a4e15a081904ee16b4d84e2f5cf5aeeR61