Hacker News new | ask | show | jobs
by codegeek 1462 days ago
You need to have server side code for sure. The frontend should just send the file to the backend URL to process. The backend should take care of the logic to upload to S3 (and validations etc as needed). Do not store AWS credentials anywhere on the front end.