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 Read this article of mine. Read Multipart File Upload in AWS S3. Read the README.md to know about the design decisions I made. kasir-barati / nestjs-materials NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them Important Keep this file synchronized with index.md. nestjs-materials NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them Microservices gRPC. Protobuf. How to debug your code and flaky tests. A Crude Debug Mode For a Dockerized NestJS App. Designing and versioning RESTful APIs. Pagination. MockServer and mocking 3rd-party HTTP/S calls. Kafka intro. RabbitMQ intro. NestJS and GraphQL with nestjs-query View on GitHub 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
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
- Read this article of mine.
- Read Multipart File Upload in AWS S3.
- Read the
README.md
to know about the design decisions I made.
kasir-barati
/
nestjs-materials
NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them
Important
Keep this file synchronized with index.md
.
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