Hey guys, Is there a way to “lookup” an already cr...
# sst
a
Hey guys, Is there a way to “lookup” an already created ACM certificate? I want to assign an existing certificate to my CFront distribution.
yeah, first list is more explict and useful 😉
but given an arn you can import
In the past, when I didn’t know what ACM cert I could use, or didn’t want to use arn statically - I would do call to https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/ACM.html#listCertificates-property and use that arn
a
Oh didn’t know about cert manager.
I was looking the ACM construct.
Thank you guys.
t
I do this as well!