Upload a file to S3 via website, process with Lambda, send file back to user

Viewed 42

I'm fairly new to AWS.

What I am trying to do is have a static website hosted on S3. The user would be able to upload a zip file to S3 via the front end. Once received, a lambda function would process the zip file and save the output to a single HTML file in another bucket.

How would I then return the processed file back to the right user via the front end? Do I need to send cookies or something along with the original file and somehow send it through lambda too? Additionally, is there a process that would return the processed file back to the original uploader directly from the processing lambda function?

Thanks All,

Appreciate it :)

0 Answers
Related