adds code


Today, I'm gonna show you how to upload files to AWS S3 Bucket using a NodeJS Backend. Amazon Web Services (AWS) provides a service called S3 that provides hosting facility for files. And we can easily integrate AWS S3 with our projects so that our users can directly upload files to S3 bucket. 00:00 Intro 00:36 Project walk through 03:07 Setup AWS S3 08:28 Add AWS configurations in the project 11:48 Create Controller function 17:37 Crete file upload function 32:14 Setting up routes 37:04 Testing 39:20 Outro You gonna need following packages: aws-sdk, express-fileupload, @types/express-file upload First we setup our AWS S3 bucket by creating a bucket on our AWS account. Then we need to setup credentials on IAM (Identity and Access Management). There we create a new AccessKeyId and SecretKey. By the end of this tutorial, you’ll have a solid understanding of how to integrate AWS S3 file uploads into your Node.js applications, whether you're building a web application, a backend service, or a cloud-based solution. JavaScript Callback functions explained: https://youtu.be/2vcyfcuQDfw?si=QXsdI-QXmQS17UT- JavaScript Promises explained: https://youtu.be/3efoB3rTTHQ?si=BBd9xxaO6LKnf6li How to Dockerize NodeJS application with MongoDB https://youtu.be/YBPzt4Z-0dQ?si=naY3wVqtyb_4Xd91 Create REST API with NodeJS and MySQL https://youtu.be/5_CJIWy8uE0?si=kxyXV5gIPk5eeQLM Hit Subscribe and smash the Like button. Become a Patreon and support me! https://www.patreon.com/coderaweso_me Visit my blog: http://coderaweso.me Follow me on Tiktok: https://www.tiktok.com/@coderaweso.me Follow me on Instagram : https://www.instagram.com/coderaweso.me Follow me on Facebook : https://www.facebook.com/coderaweso.me Follow me on Twitter : https://twitter.com/coderaweso_me
Previous Post Next Post