AWS Lambda in Action: Event-Driven Serverless Applications
暫譯: AWS Lambda 實戰:事件驅動的無伺服器應用程式
Danilo Poccia
- 出版商: Manning
- 出版日期: 2016-12-05
- 定價: $1,750
- 售價: 8.8 折 $1,540
- 語言: 英文
- 頁數: 384
- 裝訂: Paperback
- ISBN: 1617293717
- ISBN-13: 9781617293719
-
相關分類:
Amazon Web Services、Serverless
-
相關翻譯:
AWS Lambda 實戰 : 開發事件驅動的無服務器應用程序 (AWS Lambda in Action: Event-Driven Serverless Applications) (簡中版)
立即出貨
買這商品的人也買了...
-
$580$452 -
$780$616 -
$640$627 -
$640Serverless Single Page Apps: Fast, Scalable, and Available (Paperback)
-
$580$452 -
$680$530 -
$580$458 -
$2,250$2,138 -
$720$562 -
$480$379 -
$590$502 -
$520$411 -
$500$395 -
$580$458 -
$780$616 -
$360$281 -
$403TensorFlow 實戰
-
$403Tensorflow:實戰Google深度學習框架
-
$1,019Research Methods for the Behavioral Sciences, 5/e (Hardcover)
-
$480$379 -
$480$379 -
$399$339 -
$450$356 -
$320$250 -
$990Amazon Web Services in Action 2/e
商品描述
Summary
AWS Lambda in Action is an example-driven tutorial that teaches you how to build applications that use an event-driven approach on the back end.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
With AWS Lambda, you write your code and upload it to the AWS cloud. AWS Lambda responds to the events triggered by your application or your users, and automatically manages the underlying computer resources for you. Back-end tasks like analyzing a new document or processing requests from a mobile app are easy to implement. Your application is divided into small functions, leading naturally to a reactive architecture and the adoption of microservices.
About the Book
AWS Lambda in Action is an example-driven tutorial that teaches you how to build applications that use an event-driven approach on the back-end. Starting with an overview of AWS Lambda, the book moves on to show you common examples and patterns that you can use to call Lambda functions from a web page or a mobile app. The second part of the book puts these smaller examples together to build larger applications. By the end, you'll be ready to create applications that take advantage of the high availability, security, performance, and scalability of AWS.
What's Inside
- Create a simple API
- Create an event-driven media-sharing application
- Secure access to your application in the cloud
- Use functions from different clients like web pages or mobile apps
- Connect your application with external services
About the Reader
Requires basic knowledge of JavaScript. Some examples are also provided in Python. No AWS experience is assumed.
About the Author
Danilo Poccia is a technical evangelist at Amazon Web Services and a frequent speaker at public events and workshops.
Table of Contents
PART 1 - FIRST STEPS
- Running functions in the cloud
- Your first Lambda function
- Your function as a web API
PART 2 - BUILDING EVENT-DRIVEN APPLICATIONS
- Managing security
- Using standalone functions
- Managing identities
- Calling functions from a client
- Designing an authentication service
- Implementing an authentication service
- Adding more features to the authentication service
- Building a media-sharing application
- Why event-driven?
PART 3 - FROM DEVELOPMENT TO PRODUCTION
- Improving development and testing
- Automating deployment
- Automating infrastructure management
PART 4 - USING EXTERNAL SERVICES
- Calling external services
- Receiving events from other services
商品描述(中文翻譯)
**摘要**
《AWS Lambda in Action》是一本以範例為導向的教程,教你如何在後端構建使用事件驅動方法的應用程式。
購買印刷版書籍可獲得Manning Publications提供的免費PDF、Kindle和ePub格式電子書。
**關於技術**
使用AWS Lambda,你可以編寫代碼並將其上傳到AWS雲端。AWS Lambda會響應由你的應用程式或用戶觸發的事件,並自動為你管理底層計算資源。後端任務如分析新文檔或處理來自移動應用的請求都很容易實現。你的應用程式被劃分為小型函數,自然導向反應式架構和微服務的採用。
**關於本書**
《AWS Lambda in Action》是一本以範例為導向的教程,教你如何在後端構建使用事件驅動方法的應用程式。本書從AWS Lambda的概述開始,接著展示你可以用來從網頁或移動應用調用Lambda函數的常見範例和模式。本書的第二部分將這些小範例整合起來,構建更大的應用程式。到最後,你將準備好創建利用AWS的高可用性、安全性、性能和可擴展性的應用程式。
**內容概覽**
- 創建一個簡單的API
- 創建一個事件驅動的媒體共享應用程式
- 確保雲端應用程式的安全訪問
- 從不同客戶端(如網頁或移動應用)使用函數
- 將應用程式與外部服務連接
**關於讀者**
需要具備基本的JavaScript知識。部分範例也提供Python版本。不假設有AWS經驗。
**關於作者**
Danilo Poccia是Amazon Web Services的技術傳道者,並且經常在公共活動和研討會上演講。
**目錄**
**第一部分 - 初步步驟**
1. 在雲端運行函數
2. 你的第一個Lambda函數
3. 將你的函數作為網頁API
**第二部分 - 構建事件驅動的應用程式**
4. 管理安全性
5. 使用獨立函數
6. 管理身份
7. 從客戶端調用函數
8. 設計身份驗證服務
9. 實現身份驗證服務
10. 為身份驗證服務添加更多功能
11. 構建媒體共享應用程式
12. 為什麼選擇事件驅動?
**第三部分 - 從開發到生產**
13. 改進開發和測試
14. 自動化部署
15. 自動化基礎設施管理
**第四部分 - 使用外部服務**
16. 調用外部服務
17. 從其他服務接收事件