Book Image

Serverless JavaScript Projects [Video]

By : Jonathan Forrider
Book Image

Serverless JavaScript Projects [Video]

By: Jonathan Forrider

Overview of this book

<p>If you need full-scale JavaScript apps but you don't want a server or don't can't afford one, then this course is for you. You will master serverless computing with AWS Lambda by building four real-world projects throughout this course.</p> <p>You will learn how AWS Lambda is used to get your job done via functions that only run when they need to, without servers. This course will walk you through getting into AWS Lambda and using it.</p> <p>By the end of this course, you will have the skills you need to use AWS Lambda to build serverless JavaScript applications that are both efficient and powerful.</p> <p>The code bundle for this video course is available at-&nbsp;<a href="https://github.com/PacktPublishing/Serverless-JavaScript-Projects" target="_blank">https://github.com/PacktPublishing/Serverless-JavaScript-Projects</a></p> <h1>Style and Approach</h1> <p>A practical step-by-step approach to give you the necessary skills to use JavaScript with AWS Lambda for serverless web development.</p>
Table of Contents (5 chapters)
Chapter 5
Build an Online Video Streaming App Using CRUD AWS Lambda
Content Locked
Section 1
Creating the UI by Building a Good Front End
In this video, we need a solution for making clickable videos. - Install jQuery and Bootstrap - Set up the front end with a grid - Test the front end