Book Image

Build a Serverless App with AWS Lambda - Hands On! [Video]

By : Frank Kane, Brian Tajuddin
Book Image

Build a Serverless App with AWS Lambda - Hands On! [Video]

By: Frank Kane, Brian Tajuddin

Overview of this book

Immerse yourself in Amazon Web Services (AWS) with this hands-on, project-based course - and truly internalize some highly valuable skills in the world of technology. We'll walk you through building your own chat website using nothing but AWS services - and no standalone services or server instances at all! Building a "serverless app" using AWS and its Lambda service is a great introduction to the core services AWS offers. We'll tie it all together by learning and practicing Javascript, and we'll learn about CORS to grant browsers the permissions they need to run a serverless application. Even if you're familiar with AWS, you'll learn valuable techniques on how to build a fully functional, dynamic website without maintaining any servers at all - not even via EC2! Your highly experienced guides through this project are Frank Kane, formerly a senior manager at Amazon, and Brian Tajuddin, a principal engineer also formerly working at Amazon. You'll be learning AWS from people who were there when it was being created. You'll join over 140,000 other students of the Sundog Education team who have leveled up their careers with hot technical skills.
Table of Contents (8 chapters)
Free Chapter
1
Introduction
8
You Made It! Where to go from here
Chapter 5
Break up the monolith
Content Locked
Section 8
Exporting a JavaScript client and Swagger
When you have a well-defined API in the API Gateway, you can automatically generate client code for JavaScript and any other client using the Swagger definition it creates for you.