null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Serverless Architectures on AWS (With examples using AWS Lambda)

List Price: $49.99
SKU:
9781617293825
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Peter Sbarski
    Format:
    Paperback
    Pages:
    376
    Publisher:
    Manning (May 4, 2017)
    Language:
    English
    ISBN-13:
    9781617293825
    ISBN-10:
    1617293822
    Dimensions:
    7.38" x 9.25"
    File:
    Eloquence-Simon_09012023_093020_Complete_onix21-20230901.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    24
    As low as:
    $38.49
    Publisher Identifier:
    P-SS
    Discount Code:
    A
  • Overview

    Summary

    Serverless Architectures on AWS teaches you how to build, secure and manage serverless architectures that can power the most demanding web and mobile apps. Forewords by Patrick Debois (Founder of devopsdays) and Dr. Donald F. Ferguson (Columbia University).

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Technology

    There's a shift underway toward serverless cloud architectures. With the release of serverless computer technologies such as AWS Lambda, developers are now building entirely serverless platforms at scale. In these new architectures, traditional back-end servers are replaced with cloud functions acting as discrete single-purpose services. By composing and combining these serverless cloud functions together in a loose orchestration and adopting useful third-party services, developers can create powerful yet easy-to-understand applications.

    About the Book

    Serverless Architectures on AWS teaches you how to build, secure, and manage serverless architectures that can power the most demanding web and mobile apps. You'll get going quickly with this book's ready-made real-world examples, code snippets, diagrams, and descriptions of architectures that can be readily applied. By the end, you'll be able to architect and build your own serverless applications on AWS.

    What's Inside

    • First steps with serverless computing
    • Important patterns and architectures
    • Writing AWS Lambda functions and using the API Gateway
    • Composing serverless applications using key services like Auth0 and Firebase
    • Securing, deploying, and managing serverless architectures

    About the Reader

    This book is for software developers interested in back end technologies. Experience with JavaScript (node.js) and AWS is useful but not required.

    About the Author

    Dr. Peter Sbarski is a well-known AWS expert, VP of engineering at A Cloud Guru, and head of Serverlessconf.

    Table of Contents

      PART 1 - FIRST STEPS

    1. Going serverless
    2. Architectures and patterns
    3. Building a serverless application
    4. Setting up your cloud
    5. PART 2 - CORE IDEAS

    6. Authentication and authorization
    7. Lambda the orchestrator
    8. API Gateway
    9. PART 3 - GROWING YOUR ARCHITECTURE

    10. Storage
    11. Database
    12. Going the last mile

    APPENDIXES


    1. Services for your serverless architecture
    2. Installation and setup
    3. More about authentication and authorization
    4. Lambda insider
    5. Models and mapping