
- 384 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
About this book
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. Foreword by James Governor. 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
- Running functions in the cloud
- Your first Lambda function
- Your function as a web API
- 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?
- Improving development and testing
- Automating deployment
- Automating infrastructure management
- Calling external services
- Receiving events from other services
PART 1 - FIRST STEPS
PART 2 - BUILDING EVENT-DRIVEN APPLICATIONS
PART 3 - FROM DEVELOPMENT TO PRODUCTION
PART 4 - USING EXTERNAL SERVICES
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Foreword
- Preface
- Acknowledgments
- About this Book
- About the cover Illustration
- Part 1. First steps
- Part 2. Building event-driven applications
- Part 3. From development to production
- Part 4. Using external services
- Index
- List of Figures
- List of Tables
- List of Listings