You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resource: The certificate ARN.
I pass the full certificate's ARN, not the id, because the CloudFormation resource AWS::CertificateManager::Certificate returns only the ARN.
Usecase
Lambda function in a private network making HTTPS requests to a private server. The Lambda needs to add the certificate chain to its CA Bundle.