I have a database, my requirement is in-memory pgp encryption
I want access data using procedure from sql, call that sp in lambda and encrypt the data using in-memory PGP encryption and after that upload the encrypted data in file and file in S3.
thanks.