DEV Community

Cover image for NestJS + AWS S3 + Multipart file upload + gRPC + e2e testing

NestJS + AWS S3 + Multipart file upload + gRPC + e2e testing

So I was wondering how I can upload a file to AWS S3 over gRPC with a NodeJS/NestJS backend app. And ever since I was introduced to the concept of TDD I've been trying to write unit tests and e2e tests, thus I tried to automate my application's tests.

Although this is still far from being perfect but at least it is a good starting point for many of you guys.

How To Support Me?

To support me, please give this post a like, and give the repo I have for this project a star on GitHub

Prerequisites

  1. Read this article of mine.
  2. Read Multipart File Upload in AWS S3.
  3. Read the README.md to know about the design decisions I made.

GitHub logo kasir-barati / nestjs-materials

NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them





Instagram: https://www.instagram.com/node.js.developers.kh/
Facebook: https://www.facebook.com/kasirbarati
X: https://x.com/kasir_barati
YouTube: https://www.youtube.com/@kasir-barati
GitHub: https://github.com/kasir-barati/
Dev.to: https://dev.to/kasir-barati
LinkedIn: https://linkedin.com/in/kasir-barati

Top comments (0)