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

https://github.com/4lessandrodev/avatar_service_aws_s3

NestJS avatar service. Management images and uploading it to aws s3
https://github.com/4lessandrodev/avatar_service_aws_s3

Last synced: 4 months ago
JSON representation

NestJS avatar service. Management images and uploading it to aws s3

Awesome Lists containing this project

README

          

# NestJS Avatar service

> NestJS avatar service. Management images and uploading it to aws s3

- Create Stream
- Create random filename
- Generate pre-signed url from aws S3
- Generate different sizes
- Crop image
- Upload to aws S3

References

- https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-example-creating-buckets.html
- https://nodejs.org/en/knowledge/advanced/streams/how-to-use-fs-create-read-stream/
- https://sharp.pixelplumbing.com/api-resize
- https://docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html