Lambda function for decrypting pgp encrypted files on sftp
I am trying to decrypt the file on sftp using lambda function, but not getting the exact code and steps to use in lambda functions to decrypt and download the file on sftp?
Has someone ever tried this ?