10 JUL 2026 - Back up to full speed! Let's be honest: for the last few months, TorrentFunk was painfully slow. Pages crawled, searches dragged, and just loading the site tested everyone's patience. We hunted the problem down to our network and rebuilt it from the ground up — smarter caching, a much bigger and faster connection, and a lot of fine-tuning under the hood. The difference is night and day: the site now loads in a fraction of a second. No more waiting around. Thanks for sticking with us through the slow spell. Now go discover your funk!
TORRENT DETAILS
[FreeCoursesOnline.Me] SkillShare - Learn Serverless And AWS Whilst Building A Full-Stack App With React
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Learn about Serverless and AWS whilst building a full-stack app to allow users to send emails to their customers.
Projects & Resources
By the end of this course, you'll know how to create and deploy an API using AWS and Serverless, create a React app and hook the two together.
This class project, please customise your App and send in a screenshot. You could change the Logo, the title, add more styling or anything else. I love to see what you can do with this project.
-------------------------
If you want to take this one step further you can add extra functionality to your app and API
To practice this I want you to create a new API endpoint that allows you to send an SMS message. You can then add a new field to your app which is "destination mobile number". If they enter a mobile number with country code, hit the "sendSMS" API endpoint, if they enter an email, hit the "sendEmail" endpoint (like we did in the course)
Here's a little bit of code to help you send an SMS from your API. You'll still have to set up the rest of the API and add it to your serverless.yml file.