I am working on a lambda function using SES to send emails having a CSV file as attachment. I have domain identity verified for all my organization team mates.
Any suggestions best way to encrypt data/email where users not require to use any decrypt key(as many may not have AWS access). Or is there any way we can make sure only domain users can view this file, if its even forwarded to non domain user email attachment cannot be read.
Rather than sending files via email, a better approach would be:
This is similar to providing a link to a file stored in DropBox. Only somebody with the link can access the object.