万本电子书0元读

万本电子书0元读

顶部广告

AWS Lambda Quick Start Guide电子书

售       价:¥

7人正在读 | 0人评论 9.8

作       者:Markus Klems

出  版  社:Packt Publishing

出版时间:2018-06-29

字       数:12.3万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Discover techniques and tools for building serverless applications with AWS Lambda About This Book ? Learn to write, run, and deploy Lambda functions in the AWS cloud ? Make the most of AWS Lambda functions to build scalable and cost-efficient systems ? A practical guide to developing serverless services and applications in Node.js, Java, Python, and C# Who This Book Is For This book is primarily for IT architects and developers who want to build scalable systems and deploy serverless applications with AWS Lambda. No prior knowledge of AWS is necessary. What You Will Learn ? Understand the fundamental concepts of AWS Lambda ? Get to grips with the Serverless Framework and how to create a serverless project ? Testing and debugging Lambda functions ? Create a stateful, serverless backend with DynamoDB ? Program AWS Lambda with Java, Python, and C# ? Program a lambda function with Node.js In Detail AWS Lambda is a part of AWS that lets you run your code without provisioning or managing servers. This enables you to deploy applications and backend services that operate with no upfront cost. This book gets you up to speed on how to build scalable systems and deploy serverless applications with AWS Lambda. The book starts with the fundamental concepts of AWS Lambda, and then teaches you how to combine your applications with other AWS services, such as AmazonAPI Gateway and DynamoDB. This book will also give a quick walk through on how to use the Serverless Framework to build larger applications that can structure code or autogenerate boilerplate code that can be used to get started quickly for increased productivity. Toward the end of the book, you will learn how to write, run, and test Lambda functions using Node.js, Java, Python, and C#. Style and approach This book will provide clear instructions that introduce the viewer to programming AWS Lambda with Node.js, Java, Python, and C#. Moreover, readers will learn how to deploy and test Lambda functions, and how to set up and use the serverless framework.
目录展开

Title Page

Copyright and Credits

AWS Lambda Quick Start Guide

Packt Upsell

Why subscribe?

PacktPub.com

Contributors

About the author

Packt is searching for authors like you

Preface

What this book covers

What you need for this book

Who this book is for

To get the most out of this book

Download the example code files

Download the color images

Conventions used

Get in touch

Reviews

Bibliography

Getting Started with AWS

Installation and setup guide

Installing the Serverless framework

Introduction to AWS

Cloud service pricing

Pricing example

AWS Management Console

Regions

AWS Lambda

AWS API Gateway

Summary

Exploring the Serverless Framework

The Serverless framework

Creating a serverless project

Programming a Lambda function with Node.js

Testing and debugging Lambda functions

Testing the API using Postman

Testing and debugging via the AWS Management Console

Summary

Building a Serverless Application

Building a stateless serverless web application backend

Changing the file structure

Creating more functions

Creating a stateful serverless backend with DynamoDB

Creating a web client

Deploying a serverless frontend on CloudFront

Summary

Programming AWS Lambda with Java

Deploying and Testing AWS Lambda Functions

Lambda Function with S3 Event Input

Creating a Simple Serverless Java Project

Summary

Programming AWS Lambda with Python

Creating a python lambda function

Using the Serverless Framework with Python

Building a Serverless backend with Python

Summary

Programming AWS Lambda with C#

Creating C# Lambda functions with .NETCore

Creating an AWS Lambda project

Creating C# Serverless Project with .NET Core

Summary

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部