Create downloadable file in Lambda functions?

Is it possible to send down a PDF file to the client for download through Lambda? I have a file that i want to make a bit more secure than using an anchor tag with a download link.

Hi @HenrikDK :wave:t2:

This may help you: Serving Remote PDF Files with Node.js and Express


Jon