Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taedonn/nextjs-aws-test

Next.js project to test uploading files to S3 through aws-sdk for javascript
https://github.com/taedonn/nextjs-aws-test

aws-s3 nextjs web web-app

Last synced: 25 days ago
JSON representation

Next.js project to test uploading files to S3 through aws-sdk for javascript

Awesome Lists containing this project

README

        

# AWS test repository with next.js

A simple next.js project to test uploading files to S3 storage through aws-sdk for javascript v3.

https://nextjs-aws-test.vercel.app

 

## Reference post : Upload files to S3 through API Gateway

[How do I upload an image or PDF file to Amazon S3 through API Gateway?](https://repost.aws/knowledge-center/api-gateway-upload-image-s3)

 

## Packages & version
```
"dependencies": {
"@aws-sdk/client-s3": "^3.414.0",
"@aws-sdk/s3-request-presigner": "^3.414.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"axios": "^1.4.0"
}
```