-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(cloudfront): allow setting autoPublish to false for CloudFront functions #30028
(cloudfront): allow setting autoPublish to false for CloudFront functions #30028
Comments
Yes we should expose that option to the surface. Thank you for your PR!
|
|
1 similar comment
|
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Describe the feature
Enable setting of autoPublish in the L2 construct for CloudFront Function.
https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-function.html#cfn-cloudfront-function-autopublish
Use Case
In the current L2 Construct, autoPublish can only be set to true.
It would be helpful to have the ability to set autoPublish to false when deploying L2 Constructs, in order to facilitate testing on the management console before publishing.
Proposed Solution
Other Information
No response
Acknowledgements
CDK version used
2.137.0
Environment details (OS name and version, etc.)
irrelevant
The text was updated successfully, but these errors were encountered: