Serverless Applications With Node Js

Serverless Applications With Node Js Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Serverless Applications With Node Js book. This book definitely worth reading, it is an incredibly well-written.

Serverless Applications with Node.js

Author : Slobodan Stojanovic,Aleksandar Simovic
Publisher : Simon and Schuster
Page : 510 pages
File Size : 51,7 Mb
Release : 2019-02-12
Category : Computers
ISBN : 9781638356172

Get Book

Serverless Applications with Node.js by Slobodan Stojanovic,Aleksandar Simovic Pdf

Summary Serverless Applications with Node.js walks you through building serverless apps on AWS using JavaScript. Inside, you'll discover what Claudia.js brings to the table as you build and deploy a scalable event-based serverless application, based around a pizzeria that's fully integrated with AWS services, including Lambda and API Gateway. Each chapter is filled with exercises, examples, tips, and more to make sure you're ready to bring what you've learned into your own work. Foreword by Gojko Adzic. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology The benefits of cloud-hosted serverless web apps are undeniable: lower complexity, quicker time to market, and easier scalability than traditional, server-dependent designs. And thanks to JavaScript support in AWS Lambda and powerful new serverless API tools like the Claudia.js library, you can build and deploy serverless apps end to end without learning a new language. About the Book Serverless Applications with Node.js teaches you to design and build serverless web apps on AWS using JavaScript, Node, and Claudia.js. You'll master the basics of writing AWS Lambda functions, along with core serverless patterns like API Gateway. Along the way, you'll practice your new skills by building a working chatbot and a voice assistant with Amazon Alexa. You'll also discover techniques for migrating existing apps to a serverless platform. What's inside Authentication and database storage Asynchronous functions Interesting real-world examples Developing serverless microservices About the Reader For web developers comfortable with JavaScript and Node.js. About the Author Slobodan Stojanović and Aleksandar Simović are AWS Serverless Heroes and core contributors to the Claudia.js project. They are also coauthors of Desole, an open source serverless errortracking tool, and the lead developers of Claudia Bot Builder. Table of Contents PART 1 - Serverless pizzeria Introduction to serverless with Claudia Building your first serverless API Asynchronous work is easy, we Promise() Pizza delivery: Connecting an external service Houston, we have a problem! Level up your API Working with files PART 2 - Let's talk When pizza is one message away: Chatbots Typing... Async and delayed responses Jarvis, I mean Alexa, order me a pizza Paying for pizza Migrating to serverless Real-world case studies appendix A - Installation and configuration appendix B - Facebook Messenger, Twilio, and Alexa configuration appendix C - Stripe and MongoDB setup appendix D - The pizza recipe

Serverless Applications with Node.js

Author : Aleksandar Simovic,Slobodan Stojanovic
Publisher : Unknown
Page : 352 pages
File Size : 47,6 Mb
Release : 2018
Category : Application software
ISBN : OCLC:1099922529

Get Book

Serverless Applications with Node.js by Aleksandar Simovic,Slobodan Stojanovic Pdf

Walking you through building serverless apps on AWS using JavaScript, this practical book is filled with exercises, examples, tips, and more to make sure you're ready to bring what you've learned into your own work. --

Beginning Amazon Web Services with Node.js

Author : Adam Shackelford
Publisher : Apress
Page : 249 pages
File Size : 40,6 Mb
Release : 2015-03-16
Category : Computers
ISBN : 9781484206539

Get Book

Beginning Amazon Web Services with Node.js by Adam Shackelford Pdf

Beginning Amazon Web Services with Node.js teaches any novice Node.js developer to configure, deploy, and maintain scalable small to large scale Node.js applications in Amazon Web Services. Hosting a Node.js application in a production environment usually means turning to PaaS hosting, but this approach brings problems. Deploying Node.js directly to AWS solves the problems you encounter in these situations, enabling you to cut out the middle man. You will begin with a basic RESTful web service in Node.js, using the popular Express.js framework, pre-built and ready to run in your local environment. You will be introduced to the most powerful tools in AWS, and learn how to configure your project to take advantage of them. You will be guided through the steps of getting the various key components to work together on AWS. Through code samples using the AWS JavaScript SDK and tutorials in the AWS console, you will gain the knowledge to incorporate secure user authentication, server auto-scaling, a load balancer, CDN, customized caching behavior, and outage monitoring. Node.js is single-threaded, and designed to run high input / high output applications, making it ideal for the cloud environment. If your main task is handling a high volume of requests over HTTP / the web, it will scale very well in proportion to the computing power you allocate to it. Amazon Web Services offers a broad set of services that help organizations move faster, lower costs, and scale applications. Trusted by the largest enterprises and start-ups alike, AWS powers a wide variety of workloads across a broad spectrum. If leveraged properly, you can build a Node.js app on AWS which can automatically power itself up to handle a massive volume of traffic, and then scale back down to a lighter configuration when user demand has dropped. Amazon Web Services offers a broad set of services that help organizations move faster, lower costs, and scale applications. Get started with Node.js and AWS using this book today.

Building Serverless Node.js Apps on AWS

Author : Eidan James Rosado
Publisher : Viratec Interactive LLC
Page : 111 pages
File Size : 54,6 Mb
Release : 2021-02-01
Category : Computers
ISBN : 8210379456XXX

Get Book

Building Serverless Node.js Apps on AWS by Eidan James Rosado Pdf

There are varying ways one can pursue starting a new or converting an existing project to a Serverless architecture. One of the many arguments heard is that developers typically don't know where to begin. This book is intended for those seeking to leverage the Serverless Framework with a project written in Node.js. Expanding on the AWS Serverless App tutorial series, this book provides a step-by-step guide for building Node.js Serverless projects on AWS. It aims to solve one of the more predominant causes of delaying the transition to Serverless by providing engineers with an outline of where to begin on their Serverless journey. Example projects are provided to demonstrate several avenues that can be taken as well as some housekeeping items like formatting and building the continuous integration and delivery pipeline. Readers also get end-of-chapter quizzes, cheat sheets, and access to the full source code from the examples in this book.

Hands-On Serverless Applications with Go

Author : Mohamed Labouardy
Publisher : Packt Publishing Ltd
Page : 403 pages
File Size : 40,6 Mb
Release : 2018-08-29
Category : Computers
ISBN : 9781789133837

Get Book

Hands-On Serverless Applications with Go by Mohamed Labouardy Pdf

Learn to build, secure, deploy, and manage your serverless application in Golang with AWS Lambda Key Features Implement AWS lambda to build scalable and cost-efficient applications in Go Design and set the data flow between cloud services and custom business logic Learn to design Lambda functions using real-world examples and implementation scenarios Book Description Serverless architecture is popular in the tech community due to AWS Lambda. Go is simple to learn, straightforward to work with, and easy to read for other developers; and now it's been heralded as a supported language for AWS Lambda. This book is your optimal guide to designing a Go serverless application and deploying it to Lambda. This book starts with a quick introduction to the world of serverless architecture and its benefits, and then delves into AWS Lambda using practical examples. You'll then learn how to design and build a production-ready application in Go using AWS serverless services with zero upfront infrastructure investment. The book will help you learn how to scale up serverless applications and handle distributed serverless systems in production. You will also learn how to log and test your application. Along the way, you'll also discover how to set up a CI/CD pipeline to automate the deployment process of your Lambda functions. Moreover, you'll learn how to troubleshoot and monitor your apps in near real-time with services such as AWS CloudWatch and X-ray. This book will also teach you how to secure the access with AWS Cognito. By the end of this book, you will have mastered designing, building, and deploying a Go serverless application. What you will learn Understand how AWS Lambda works and use it to create an application Understand how to scaleup serverless applications Design a cost-effective serverless application in AWS Build a highly scalable and fault-tolerant CI/CD pipeline Understand how to troubleshoot and monitor serverless apps in AWS Discover the working of APIs and single page applications Build a production-ready serverless application in Go Who this book is for This book is for Go developers who would like to learn about serverless architecture. Go programming knowledge is assumed. DevOps and Solution Architects who are interested in building serverless applications in Go can also choose this book.

Hands-On Serverless Computing

Author : Kuldeep Chowhan
Publisher : Packt Publishing Ltd
Page : 339 pages
File Size : 50,8 Mb
Release : 2018-07-23
Category : Computers
ISBN : 9781788834957

Get Book

Hands-On Serverless Computing by Kuldeep Chowhan Pdf

Deploy functions efficiently using different cloud-based serverless offerings Key Features Understand the concept of Function-as-a-Service Implement Serverless solutions using AWS Lambda, Azure Functions and Google Cloud Functions Practical approach towards choosing the best tool for your serverless environment Book Description Serverless applications and architectures are gaining momentum and are increasingly being used by companies of all sizes. Serverless software takes care of many problems that developers face when running systems and servers, such as fault tolerance, centralized logging, horizontal scalability, and deployments. You will learn how to harness serverless technology to rapidly reduce production time and minimize your costs, while still having the freedom to customize your code, without hindering functionality. Upon finishing the book, you will have the knowledge and resources to build your own serverless application hosted in AWS, Microsoft Azure, or Google Cloud Platform, and will have experienced the benefits of event-driven technology for yourself. This hands-on guide dives into the basis of serverless architectures and how to build them using Node.js as a programming language, Visual Studio Code for code editing, and Postman for quickly and securely developing applications without the hassle of configuring and maintaining infrastructure on three public cloud platforms. What you will learn Understand the benefts of serverless computing and know when to use it Develop serverless applications on AWS, Azure, and Google Cloud Get to grips with Function as a Service (FaaS) Apply triggers to serverless functions Build event-driven apps using serverless frameworks Use the Node.js programming language to build serverless apps Use code editors, such as Visual Studio Code, as development environments Master the best development practices for creating scalable and practical solutions Who this book is for This book is targeted towards developers, system administrators or any stakeholder working in the Serverless environment and want to understand how functions work. Basic idea of serverless architecture can be an added advantage

Full Stack Serverless

Author : Nader Dabit
Publisher : O'Reilly Media
Page : 184 pages
File Size : 46,9 Mb
Release : 2020-07-13
Category : Computers
ISBN : 9781492059868

Get Book

Full Stack Serverless by Nader Dabit Pdf

With a new generation of services and frameworks, frontend and mobile developers can use their existing skill set to build full stack applications by leveraging the cloud. Developers can build robust applications with production-ready features such as authentication, APIs, data layers, machine learning, chatbots, and AR scenes more easily than ever by taking advantage of these new serverless and cloud technologies. This practical guide explains how. Nader Dabit, developer advocate at Amazon Web Services, shows developers how to build full stack applications using React, AWS, GraphQL, and the Amplify Framework. You’ll learn how to create and incorporate services into your client applications while exploring general best practices, deployment strategies, continuous integration and delivery, and rich media management along the way. Learn how to build applications that solve real problems Understand what is (and is not) possible when using these technologies Examine how authentication works—and learn the difference between authentication and authorization Discover how serverless functions work and why they’re important Use GraphQL in your application—and learn why it’s important Learn how to build full stack applications on AWS

Javascript on AWS Lambda

Author : Tamás Sallai
Publisher : Tamás Sallai
Page : 102 pages
File Size : 48,8 Mb
Release : 2020-11-06
Category : Computers
ISBN : 8210379456XXX

Get Book

Javascript on AWS Lambda by Tamás Sallai Pdf

Reduce the time it takes to get up to speed with Lambda from weeks to an afternoon. This technical manual shows you everything you need to successfully develop and deploy AWS Lambda functions written in Javascript. It covers all necessary topics in one place, complete with code examples and linked projects. The AWS documentation pages are a great place to learn about services, but they are also filled with things that are not relevant, making it hard to get the big picture. This book has all the important parts, based on experience and a lot of trial-and-error. You'll know everything you need in a fraction of time. No fluff or filler text, but plenty of hands-on examples. You'll: * Understand how the Lambda execution environment works * Learn how to write Javascript serverless functions * And walk away with knowledge about debuggers and HTTP APIs I'm an AWS certified security specialist and architect and I've been working with cloud environments for several years now. I've been writing about these topics since 2014 on my blog. With over 150 articles (and counting!), my writing is characterized by the depth of research and a to-the-point style. Who is this book for? Software developers who are familiar with Javascript and have some experience with the AWS cloud. The infrastructure examples are in Terraform, so it's nice to have some prior knowledge of that too. Table of contents Introduction Chapter 1: The Lambda execution model Serverless functions Limits The cost model At-least-once execution Caching in /tmp Cold start Memory Chapter 2: Setup Node versions The Lambda permission model How to define code Inline code File interpolation Adding packages with npm Handler argument Chapter 3: Programming model Async handler Async programming patterns Background tasks Input and output The event object The context object Output The AWS SDK Pagination Environment variables Timeout Cause of timeouts Mitigating timeouts AWS SDK timeouts Promise-based timeout handling Chapter 4: Debugging Logging X-Ray Custom segments Chapter 5: Other topics Storing secrets Using SSM Caching Cache time HTTP API OpenAPI backend Request parameters Special handlers Express backend

Serverless Architectures on AWS

Author : Peter Sbarski,Sam Kroonenburg
Publisher : Simon and Schuster
Page : 549 pages
File Size : 47,5 Mb
Release : 2017-04-17
Category : Computers
ISBN : 9781638351146

Get Book

Serverless Architectures on AWS by Peter Sbarski,Sam Kroonenburg Pdf

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 Going serverless Architectures and patterns Building a serverless application Setting up your cloud PART 2 - CORE IDEAS Authentication and authorization Lambda the orchestrator API Gateway PART 3 - GROWING YOUR ARCHITECTURE Storage Database Going the last mile APPENDIXES Services for your serverless architecture Installation and setup More about authentication and authorization Lambda insider Models and mapping

Building Serverless Web Applications

Author : Diego Zanon
Publisher : Packt Publishing Ltd
Page : 354 pages
File Size : 45,6 Mb
Release : 2017-07-28
Category : Computers
ISBN : 9781787123076

Get Book

Building Serverless Web Applications by Diego Zanon Pdf

Build scalable, efficient, and highly available web apps using AWS About This Book Get an in-depth understanding of the serverless model Build a complete serverless web application end to end Learn how to use the Serverless Framework to improve your productivity Who This Book Is For If you're looking to learn more about scalable and cost-efficient architectures, this book is for you. Basic knowledge of Node.js skills or familiarity with cloud services is required. For other topics, we cover the basics. What You Will Learn Get a grasp of the pros and cons of going serverless and its use cases Discover how you can use the building blocks of AWS to your advantage Set up the environment and create a basic app with the Serverless Framework Host static files on S3 and CloudFront with HTTPS support Build a sample application with a frontend using React as an SPA Develop the Node.js backend to handle requests and connect to a SimpleDB database Secure your applications with authentication and authorization Implement the publish-subscribe pattern to handle notifications in a serverless application Create tests, define the workflow for deployment, and monitor your app In Detail This book will equip you with the knowledge needed to build your own serverless apps by showing you how to set up different services while making your application scalable, highly available, and efficient. We begin by giving you an idea of what it means to go serverless, exploring the pros and cons of the serverless model and its use cases. Next, you will be introduced to the AWS services that will be used throughout the book, how to estimate costs, and how to set up and use the Serverless Framework. From here, you will start to build an entire serverless project of an online store, beginning with a React SPA frontend hosted on AWS followed by a serverless backend with API Gateway and Lambda functions. You will also learn to access data from a SimpleDB database, secure the application with authentication and authorization, and implement serverless notifications for browsers using AWS IoT. This book will describe how to monitor the performance, efficiency, and errors of your apps and conclude by teaching you how to test and deploy your applications. Style and approach This book takes a step-by-step approach on how to use the Serverless Framework and AWS services to build Serverless Applications. It will give you a hands-on feeling, allowing you to practice while reading. It provides a brief introduction of concepts while keeping the focus on the practical skills required to develop applications.

Serverless Web Applications with React and Firebase

Author : Mayur Tanna,Harmeet Singh
Publisher : Packt Publishing Ltd
Page : 273 pages
File Size : 43,9 Mb
Release : 2018-04-10
Category : Computers
ISBN : 9781788478601

Get Book

Serverless Web Applications with React and Firebase by Mayur Tanna,Harmeet Singh Pdf

Build rich and collaborative applications using client-side code with React, Redux, and Firebase Key Features 1) A practical guide covering the full stack for web development with React 16 and Firebase 2) Leverage the power of Firebase Cloud Storage, messaging, functions, OAuth, and database security to develop serverless web applications. 3) Develop high-performance applications without the hassle of setting up complex web infrastructure. Book Description ReactJS is a wonderful framework for UI development. Firebase as a backend with React is a great choice as it is easy, powerful, and provides great developer experience. It removes a lot of boilerplate code from your app and allows you to focus on your app to get it out quickly to users. Firebase with React is also a good choice for Most Viable Product (MVP) development. This book provides more practical insights rather than just theoretical concepts and includes basic to advanced examples – from hello world to a real-time seat booking app and Helpdesk application This book will cover the essentials of Firebase and React.js and will take you on a fast-paced journey through building real-time applications with Firebase features such as Cloud Storage, Cloud Function, Hosting and the Realtime Database. We will learn how to secure our application by using Firebase authentication and database security rules. We will leverage the power of Redux to organize data in the front-end, since Redux attempts to make state mutations predictable by imposing certain restrictions on how and when updates can happen. Towards the end of the book you will have improved your React skills by realizing the potential of Firebase to create real-time serverless web applications. What you will learn Install powerful React.js and Firebase tools to make development much more efficient Create React components with Firebase to save and retrieve the data in real-time Use Firebase Authentication to make your React user interface secure Develop React and Firebase applications with Redux integration Firebase database security rules Firebase Cloud Storage Integration to upload and store data on the cloud Create a complete real-time application with React and firebase Using Firebase Cloud messaging and Cloud functions with React Firebase Cloud Storage integration with React Who this book is for This book is for JavaScript developers who have some previous knowledge of React and want to develop serverless, full-stack applications but without the hassle of setting up a complex infrastructure.

Serverless Single Page Apps

Author : Ben Rady
Publisher : Unknown
Page : 0 pages
File Size : 40,6 Mb
Release : 2016
Category : Computers
ISBN : 1680501496

Get Book

Serverless Single Page Apps by Ben Rady Pdf

"You don’t need to manage your own servers to build powerful web applications. This book will show you how to create a single page app that runs entirely on web services, scales to millions of users, and costs less per day than a cup of coffee. Using a web browser, a prepared workspace, and your favorite editor, you’ll build a complete single page web application, step by step. Learn the fundamental technologies behind modern single page apps, and use web standards to create lean web applications that can take advantage of the newest technologies. Deploy your application quickly using Amazon S3. Use Amazon Cognito to connect with providers like Google and Facebook to manage user identities. Read and write user data directly from the browser using DynamoDB, and build your own scalable custom microservices with Amazon Lambda. Whether you’ve never built a web application before or you’re a seasoned web developer who’s just looking for an alternative to complex server-side web frameworks, this book describes a simple approach to building serverless web applications that you can easily apply or adapt for your own projects"--Publisher's website.

Hands-On Serverless Applications with Kotlin

Author : Hardik Trivedi,Ameya Kulkarni
Publisher : Packt Publishing Ltd
Page : 378 pages
File Size : 43,8 Mb
Release : 2018-09-29
Category : Computers
ISBN : 9781788991049

Get Book

Hands-On Serverless Applications with Kotlin by Hardik Trivedi,Ameya Kulkarni Pdf

Choose the right architecture and design it using design patterns to create a serverless application that cuts costs and is easily scalable Key FeaturesDesign enterprise ready serverless applications that effortlessly meet your customers’ requirementsEffectively deploy, manage, monitor, and orchestrate serverless applications using AWSUse Cloud9 to provision a secured development environment in the cloudBook Description Serverless is a cloud computing execution model where the cloud provider dynamically manages the allocation and provisioning of servers. Many companies have started using serverless architectures to cut costs and improve scalability. Hands-On Serverless Applications with Kotlin is your one-stop guide to designing serverless architectures for your applications with AWS and Kotlin. To start with, you’ll explore the fundamentals of serverless architecture and how AWS Lambda functions work. You will then learn to design, build, secure, and deploy your application to production. In addition to these activities, you’ll understand how to implement non-functional requirements such as auditing and logging. Moving on, you’ll discover how to scale up and orchestrate serverless applications using an open source framework and handle distributed serverless systems in production. By the end of the book, you’ll have gained the knowledge needed to build scalable and cost-efficient Kotlin applications with a serverless framework. What you will learnDesign a serverless architectureUse AWS Lambda to contain your serverless APIExplore the various ways to keep serverless apps safe and secureUnderstand how a serverless API allows you to use huge infrastructure and cut costsDiscover how to handle distributed systems in KotlinDesign the data flow between cloud services and custom business logicSecure your Kotlin AWS serverless applicationMaster Kotlin design patterns for serverless applicationsWho this book is for Hands-On Serverless Applications with Kotlin is for you if you are a Kotlin developer who wants to learn about serverless architectures. It is assumed that you have some knowledge of Kotlin programming and AWS.

Serverless Architectures with AWS

Author : Mohit Gupta
Publisher : Packt Publishing Ltd
Page : 226 pages
File Size : 41,5 Mb
Release : 2018-12-24
Category : Computers
ISBN : 9781789802238

Get Book

Serverless Architectures with AWS by Mohit Gupta Pdf

Serverless Architectures with AWS teaches you how to build serverless applications on AWS—applications that do not require the developer to provision, scale, or manage any servers. Using an event-driven approach and AWS Lambda as the primary service, the book explains the many benefits of serverless architectures. By the end of the book, you ...

AWS Lambda in Action

Author : Danilo Poccia
Publisher : Simon and Schuster
Page : 514 pages
File Size : 49,9 Mb
Release : 2016-11-27
Category : Computers
ISBN : 9781638352051

Get Book

AWS Lambda in Action by Danilo Poccia Pdf

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