aws-samples / amazon-cloudfront-secure-static-site

Create a secure static website with CloudFront for your registered domain.
Apache License 2.0
389 stars 140 forks source link

Update to use native certificate provider #28

Closed dustin-rcg closed 2 years ago

dustin-rcg commented 3 years ago

This solution currently uses a custom provider https://github.com/binxio/cfn-certificate-provider , which is now deprecated as noted in its README. Please update to create the certificate in certificate manager directly from CloudFormation instead of using the custom provider.

ConnorKirk commented 2 years ago

I'm pleased to say this is now implemented. Thanks for opening an issue @dustin-rcg