-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
revert(certificatemanager): deprecate DnsValidatedCertificate #24543
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@stoyan-scava I've commented on this issue before, but hopefully I can explain our position here. Typically in the In the case of the DnsValidatedCertificate, it was created because the official
This should be something that the official |
But the whole point of CDK is making CloudFormation usable! Pointing to other departments is really unhelpful, and it would be a much better customer experience if the CDK feature was deprecated only after CloudFormation was enhanced. |
@corymhall Please can we entertain making a specific construct that allows us to create certificates in us-east-1, to work around the glaring issue of Cloudfront requiring certificates to be hosted there, before we deprecate the only alternative? Creating an entire stack for a certificate to exist in another region is nuts. |
I am 100% onboard with doing something similar to how we handle
Deprecation in the
For |
Ok, that's good to know. I didn't realize that with major release, you actually meant the number before the dot. I guess we are safe for a while indeed. |
Undo deprecate DnsValidatedCertificate
DnsValidatedCertificate is the only construct that have automatically cleanup of
DNS validation records when the Certificate is deleted.
closes #23952
closes #23931
revert #21982