Kamis, 16 Februari 2012

[D634.Ebook] Free Ebook AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia

Free Ebook AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia

Why should be this online book AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia You may not require to go somewhere to read guides. You can read this e-book AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia each time and also every where you want. Also it is in our downtime or sensation bored of the tasks in the office, this corrects for you. Get this AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia now and be the quickest individual who finishes reading this e-book AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia

AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia

AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia



AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia

Free Ebook AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia

Use the sophisticated innovation that human establishes this day to locate guide AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia conveniently. However initially, we will certainly ask you, how much do you enjoy to review a book AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia Does it always up until coating? Wherefore does that book read? Well, if you truly enjoy reading, aim to review the AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia as one of your reading compilation. If you just checked out the book based on need at the time as well as unfinished, you have to attempt to like reading AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia first.

As understood, book AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia is well known as the home window to open up the world, the life, as well as brand-new point. This is exactly what the people currently require a lot. Even there are many people who don't such as reading; it can be a selection as referral. When you really require the methods to produce the following motivations, book AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia will really direct you to the means. Additionally this AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia, you will certainly have no regret to get it.

To obtain this book AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia, you may not be so baffled. This is on-line book AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia that can be taken its soft file. It is different with the on-line book AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia where you could get a book then the seller will send the printed book for you. This is the location where you could get this AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia by online as well as after having deal with acquiring, you could download and install AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia on your own.

So, when you require quick that book AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia, it does not need to get ready for some days to get guide AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia You can straight get the book to conserve in your gadget. Even you like reading this AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia almost everywhere you have time, you could enjoy it to review AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia It is surely valuable for you that wish to get the much more valuable time for reading. Why don't you spend 5 mins and also invest little cash to obtain guide AWS Lambda In Action: Event-driven Serverless Applications, By Danilo Poccia here? Never allow the brand-new thing goes away from you.

AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia

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
    • Sales Rank: #98453 in Books
    • Brand: Manning Publications
    • Published on: 2016-12-05
    • Original language: English
    • Dimensions: 9.20" h x .80" w x 7.30" l, .0 pounds
    • Binding: Paperback
    • 384 pages
    Features
    • Manning Publications

    About the Author

    Danilo Poccia is a Technical Evangelist at Amazon Web Services. As a builder of AWS Lambda tools that simplify authentication and integrate AWS resources with external event-driven services, he is a frequent speaker at public events and technical workshops.

    Most helpful customer reviews

    1 of 3 people found the following review helpful.
    Fast paced study guide for AWS Lambda
    By Ogi
    Fast paced study guide for AWS Lambda

    4 of 4 people found the following review helpful.
    ... book in anticipation as I've seen Danilo deliver some great talks on the subject
    By Ric Harvey
    I pre-ordered this book in anticipation as I've seen Danilo deliver some great talks on the subject. Having already been very familiar with lambda and AWS in general I new chapter 1 and 2 would be a great refresher and help to reassure what I'd learnt. I hoped I'd learn lots more as the book went on and the book didn't disappoint, there's some excellent practical examples, well worth a read is you are dipping your toe into Lambda or looking to bulk up those skills and learn more deeply about complex items such as auth on the API gateway and how this works with Lambda.

    0 of 0 people found the following review helpful.
    excellent resource for serverless development
    By conor
    This is an excellent resource for getting started with serverless development .

    Prior to reading the book, I had the impression that AWS Lambda was just a one-trick-pony tool for building one-off utilities like automatic image thumbnail generation or adding small pieces of server-side glue code for mobile applications.

    In Chapter 1 my eyes were opened, as right from the beginning the book shows how you can create fully functional web and backend server equivalents just using the existing AWS services with Lambda to wire it all together with your own business logic.

    The author makes good use of diagrams to help visualize the flows between services throughout the book. The initial diagrams show how the interactions between AWS Events and Lambda functions can be chained together to create sophisticated flows. These flows are not that dissimilar to the flows you might already be familiar with from reactive programming styles.

    Chapter 2 quickly walks you through the process of building your obligatory Hello-World app and then subsequent chapters will progressively iterate to add more functionality, such as a web hooks and and security.

    The book assumes you don’t know very much about AWS beforehand and provides a basic introduction to some of the other related AWS services you’ll need in order to build non-trivial services. With over 80+ AWS services, no single book could ever possibly cover all of the AWS services you could might use with Lambda. Instead, this book concentrates on the services you are most likely to use with Lambda e.g IAM, Cognito, S3 etc.

    The book is divided into four main parts. Part 1 is a Getting Started guide. Part 2 is for Building and has a security theme (6 of the 8 chapters in this section are focused on security and authentication). Part 3 covers tools and strategies for Test, Deployment and Monitoring. Part 4 focuses on on integrations with external (non-AWS) services.

    Each of the chapters are quite dense with content, so it’s not something you can maybe read and walkthrough in a single lunchbreak. But the content is progressive, slowly building on the code you already know, so before you know it, you’ve got some reasonably comprehensive examples working. The examples provided are either in the NodeJS or Python languages, so a familiarity with either of those would be helpful but not essential. Each chapter ends with a well thought out exercise so you can hone your skills. This is a nice touch that I’d love to see in more books.

    The existing online documentation from Amazon on Lambda seems to concentrate mainly on either Reference-API themed pages or links to github examples. Both of these are certainly useful, but this book helps fill a void by actually showing you how to build up a Lambda based application from scratch and then secure it.

    If you’re considering using Lambda in a commercial enterprise, then this book will definitely help as it has lots of meaty examples and a strong focus on security throughout.

    See all 8 customer reviews...

    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia PDF
    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia EPub
    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia Doc
    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia iBooks
    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia rtf
    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia Mobipocket
    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia Kindle

    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia PDF

    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia PDF

    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia PDF
    AWS Lambda in Action: Event-driven serverless applications, by Danilo Poccia PDF

    Tidak ada komentar:

    Posting Komentar