Learn AWS Serverless Computing

Patterson, Scott

  • 出版商: Packt Publishing
  • 出版日期: 2019-12-24
  • 售價: $1,680
  • 貴賓價: 9.5$1,596
  • 語言: 英文
  • 頁數: 382
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1789958350
  • ISBN-13: 9781789958355
  • 相關分類: Amazon Web ServicesServerless
  • 下單後立即進貨 (約3~4週)

商品描述

Serverless computing is a way to run your code without having to provision or manage servers. Amazon Web Services provides serverless services that you can use to build and deploy cloud-native applications. Starting with the basics of AWS Lambda, this book takes you through combining Lambda with other services from AWS, such as Amazon API Gateway, Amazon DynamoDB, and Amazon Step Functions.

You’ll learn how to write, run, and test Lambda functions using examples in Node.js, Java, Python, and C# before you move on to developing and deploying serverless APIs efficiently using the Serverless Framework. In the concluding chapters, you’ll discover tips and best practices for leveraging Serverless Framework to increase your development productivity.

By the end of this book, you’ll have become well-versed in building, securing, and running serverless applications using Amazon API Gateway and AWS Lambda without having to manage any servers.

  • Learn how to write, run, and deploy serverless applications in Amazon Web Services
  • Make the most of AWS Lambda functions to build scalable and cost-efficient systems
  • Build and deploy serverless applications with Amazon API Gateway and AWS Lambda functions

作者簡介

Scott Patterson is a cloud architecture lead, a product owner, and a proud technology geek. With a healthy obsession of all things AWS, Scott gets most excited about the things you can build with serverless patterns and modern cloud-native architectures. He has empowered many organizations to rethink, rearchitect, and accelerate the release of their products by using these very patterns.

Scott is also a huge advocate for AWS within the developer community, being a co-founder of the AWS User Group in Wellington he runs events and conferences throughout New Zealand.

Outside of work, Scott lives a high-adrenaline life where he enjoys paragliding from mountains, building cars, and racing motorcycles.

目錄大綱

  1. The evolution of Compute
  2. Event-driven Applications
  3. The Foundations
  4. Adding Amazon API Gateway
  5. Leveraging AWS Services
  6. Going Deeper with Lambda
  7. Serverless Framework
  8. Continuous Integration/ Continuous Delivery with Serverless Framework
  9. Data Processing
  10. AWS Automation
  11. Creating Chatbots
  12. Single-page Web Applications
  13. GraphQL APIs