Video description
See it. Do it. Learn it! Production-Ready Serverless: Operational Best Practices introduces you to leading patterns and practices for creating operationally sound serverless applications using AWS Lambda, API Gateway, and Kinesis. You'll enjoy the professionally-produced video instruction from AWS expert Yan Cui, along with live exercises, text-based navigation, and the other innovative features built into Manning's liveVideo platform.
Production-Ready Serverless: Operational Best Practices teaches you how to build applications that take advantage of AWS Lambda and other AWS platform features like API Gateway and Kinesis. AWS expert Yan Cui guides you from writing your first AWS Lambda functions through handling the operational challenges Lambda can bring as you integrate serverless development practices into your applications. You'll build a basic e-commerce site piece by piece, including a Lambda-based web API using the API Gateway service. This hands-on course introduces processing events in real-time using Lambda and Kinesis Streams, implementing security against common OWASP attacks, modern serverless design patterns, and best practices for maximizing performance and minimizing cost!
About the Technology
AWS Lambda is a platform for running cloud-hosted functions—small, single-responsibility services that handle tasks and orchestrate data flow among other AWS services. Lambda functions responds to the events triggered by users and your application. AWS automatically scales Lambda for you based on demand, so you can minimize infrastructure plumbing management and enjoy the reliability, security, and responsiveness you need to create amazing applications!
About the Video
What's Inside
- Creating and deploying Lambda functions with the Serverless framework
- Building web APIs with Lambda and API Gateway
- Implementing authentication and authorization using API Gateway, IAM, and Cognito User Pools
- Implementing canary deployments using API Gateway and Lambda
- Processing real-time events with Lambda and Kinesis Streams
- Collecting and aggregating analytics events in real-time
- Testing Lambda functions
- Managing configurations for Lambda functions at scale
- Securing applications against common OWASP attacks
- Leading practices for Lambda, API Gateway and Kinesis Serverless design patterns
About the Reader
For developers with some experience building cloud-based applications on AWS.
About the Author
Yan Cui has worked with AWS since 2010 and has architected and implemented many scalable backend systems running on AWS, including a successful mobile game with 1,000,000 daily active users. He has worked with AWS Lambda in production extensively in the last 18 months, including migrating a social network from a monolithic backend architecture running on EC2 to an event-driven, service-oriented architecture centered around AWS Lambda. Yan is also an AWS hero!
We interviewed Yan as a part of our Six Questions series. Check it out here.
Quotes
The level of detail and pace are perfect for someone looking to tackle a complicated subject and being directly hands on like this is great. Best resource for real-world Serverless usage I have seen so far.
- Survey Responder
An essential guide to getting started with Serverless with AWS Lambda.
- Michael Bright
The jump start you need to serverless AWS Development.
- Paulo Cesar Dias Lima
Excellent introduction to securing and deploying your first serverless lambda on AWS.
- Anonymous Reviewer
Table of contents
- INTRODUCTION
- BUILDING API WITH API GATEWAY AND LAMBDA
- TESTING
- DEBUGGING
- CI/CD
- PROJECT ORGANIZATION TIPS
-
PROCESS REAL-TIME EVENTS WITH KINESIS LAMBDA
- Designing the order flow with events
- Implementing the place-order step
- Implementing the notify-restaurant step
- Implementing the accept-order step
- Implementing the notify-user step
- Implementing the fulfill-order step
- Dealing with partial failures
- Implementing partial failure retries with SNS
- Implementing per-function IAM roles
- Leading practices for using Kinesis and Lambda
- Problems with the event-driven approach
- Summary
- LOGGING
- MONITORING
- X-RAY
-
CORRELATION IDS
- Laying out the plan
- Auto-capturing incoming correlation IDs via HTTP headers
- Including all the captured correlation IDs in the logs
- Forwarding correlation IDs via HTTP headers
- Forwarding correlation IDs via Kinesis events
- Auto-capturing incoming correlation IDs via Kinesis events
- Enabling debug logging on individual user events
- Auto-capturing incoming correlation IDs via SNS messages
- Forwarding correlation IDs via SNS messages
- Summary
- PERFORMANCE
- ERROR HANDLING
- LAMBDA LIMITS
- MANAGING CONFIGURATIONS
- VPC
- CANARY DEPLOYMENTS
Product information
- Title: Production-Ready Serverless
- Author(s):
- Release date: March 2019
- Publisher(s): Manning Publications
- ISBN: 10000MNLV201730
You might also like
video
Event-Driven Microservices
Software developers and architects increasingly turn to microservices as a framework for improving the agility and …
book
Building Event-Driven Microservices
Organizations today often struggle to balance business requirements with ever-increasing volumes of data. Additionally, the demand …
book
Kubernetes in Action
Kubernetes in Action is a comprehensive guide to effectively developing and running applications in a Kubernetes …
book
Monolith to Microservices
How do you detangle a monolithic system and migrate it to a microservice architecture? How do …