Video description
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.
What You Will Learn
- Build a chat application entirely with AWS services, and no stand-alone servers at all.
- Architect and design serverless applications. Serve static resources to browsers using AWS s S3 (Simple Storage Service).
- Use Javascript to dynamically modify web pages. Manage permissions and access policies using IAM (Identity and Access Management).
- Manipulate and vend data in the cloud using AWS Lambda.
- Use CORS to manage client-side security in serverless apps.
- Store and retrieve data with DynamoDB.
- Model API s and create SDK s with API Gateway.
- Create a user login system with Cognito.
- Speed up your web app with a CloudFront CDN.
Audience
Technologists curious about Amazon Web Services and how to build web applications entirely in the cloud. People seeking basic AWS skills as a start in working toward certifications. People who learn best by doing, with a concrete example.Engineers tasked with building a web app who want to minimize ongoing maintenance
About The Author
Frank Kane: Frank Kane has spent nine years at Amazon and IMDb, developing and managing the technology that automatically delivers product and movie recommendations to hundreds of millions of customers all the time. He holds 17 issued patents in the fields of distributed computing, data mining, and machine learning. In 2012, Frank left to start his own successful company, Sundog Software, which focuses on virtual reality environment technology and teaches others about big data analysis.
Brian Tajuddin: Brian Tajuddin is a professional software engineer specializing in high-scale enterprise systems. In his career, he's worked on enterprise content integration, customer-facing ecommerce, machine learning, service frameworks, and business tooling. He's spent 12 years working at Amazon and Salesforce, so he's both used and helped build some of the biggest cloud services in the world.Frank Kane spent 9 years at Amazon and IMDb, developing and managing the technology that automatically delivers product and movie recommendations to hundreds of millions of customers, all the time. Frank holds 17 issued patents in the fields of distributed computing, data mining, and machine learning. In 2012, Frank left to start his own successful company, Sundog Software, which focuses on virtual reality environment technology, and teaching others about big data analysis.
Publisher resources
Table of contents
- Chapter 1 : Introduction
- Chapter 2 : Static Chat Application with S3
-
Chapter 3 : Creating an API
- Lambda functions overview
- Introduction to IAM and policies
- Creating a policy for the Lambda function
- Code walkthrough of the first Lambda function
- Running the lambda function with test data
- Lambda triggers
- Adding an API Gateway trigger to the function
- Understand and Setup CORS
- Calling the API from the website
- ORS Activity Solution
- Retrieving a conversation with the API
- Failure test activity solution
- Chapter 4 : Use DynamoDB for storage
-
Chapter 5 : Break up the monolith
- Overview of why having only one Lambda function can create problems
- API Gateway overview - Resources and Methods
- API Gateway overview – Models
- API Gateway overview - Request Flow
- Create API structure in API Gateway
- Lambda functions for reading and writing messages
- API Gateway stages
- Exporting a JavaScript client and Swagger
- Remove hard-coded user names from Lambda
-
Chapter 6 : Add Identity to the app
- Cognito overview
- Create a user pool
- List Users in the API
- List Users on the site
- Create a new conversation
- Create sign up page
- Create verification page
- Add login and logout
- Add a Cognito authorizer to the API Gateway
- Add a Cognito authorizer to the API Gateway
- Add a Cognito authorizer to the API Gateway
- Chapter 7 : Optimization and Preparing for Production
- Chapter 8 : You Made It! Where to go from here
Product information
- Title: Build a Serverless App with AWS Lambda - Hands On!
- Author(s):
- Release date: April 2018
- Publisher(s): Packt Publishing
- ISBN: 9781789348149
You might also like
video
Build a CI/CD Pipeline
Approximately 8 Hours of Video Instruction If your development team is still dealing with manual and …
video
React - The Complete Guide (Includes Hooks, React Router, and Redux) - Second Edition
**This course is now updated for the latest version of React—React 18** React.js is the most …
video
SSL Complete Guide 2021: HTTP to HTTPS
This course is all about securing websites with SSL/TLS certificates. We start by exploring the basics …
video
Full Stack Web Development Mastery Course - Novice to Expert
Full stack development refers to the development of both frontend (client-side) and backend (server-side) portions of …