Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taedonn/nextjs-aws-test
- Owner: taedonn
- License: gpl-3.0
- Created: 2023-05-30T12:10:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T01:16:59.000Z (12 months ago)
- Last Synced: 2023-12-29T02:25:12.507Z (12 months ago)
- Topics: aws-s3, nextjs, web, web-app
- Language: TypeScript
- Homepage: https://nextjs-aws-test.vercel.app
- Size: 658 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```