How to Upload File to AWS S3 Using Pre-signed URL in NextJS

Utkarsha Bakshi
Geek Culture
Published in
3 min readJan 28

In this short post, I will show you how to upload files to AWS S3 using a pre-signed URL in NextJS. We will use aws-sdk client library to upload the file to the bucket.

If you are looking to upload images to S3 using a Python AWS Lambda function, refer to this article.