UUsing RedwoodJS to download protected files from an Amazon S3 bucket
2020-11-28 — 4 Min Read — In RedwoodJS
Recently I had to download files from a RedwoodJS Function (AWS Lambda serverless function). The files contained sensitive information, so I needed to host them somewhere where I could control who could download them. Easiest for me was to put them…