in functions/source/ConvertCertificate/lambda_function.py [0:0]
def import_acm(certKey, privateKey, certChain):
response = acm.import_certificate(
Certificate=certKey,
PrivateKey=privateKey,
CertificateChain=certChain
)
return response