Skip to content

PacktPublishing/Hands-On-Serverless-Computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hands-On Serverless Computing

Hands-On Serverless Computing

This is the code repository for Hands-On Serverless Computing, published by Packt.

**Deploy functions efficiently using different cloud-based serverless offerings **

What is this book about?

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.

This book covers the following exciting features:

  • Understand the benefits 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

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

const database = require('database').connect();
const mail = require('mail');
module.exports.saveCustomer = (event, context, callback) => {
 const customer = {
 emailAddress: event.email,
 createdAt: Date.now(),
 };

Following is what you need for this book: 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

With the following software and hardware list you can run all code files present in the book (Chapter 1-14).

Software and Hardware List

Chapter Software required OS required
2 Visual Studio Code, Node.js, JavaScript, Postman Windows, Mac OS X, and Linux (Any)
3 AWS Lambda Windows, Mac OS X, and Linux (Any)
5 AWS account Windows, Mac OS X, and Linux (Any)
7 Microsoft Azure Windows, Mac OS X, and Linux (Any)
8 Google cloud Functions Windows, Mac OS X, and Linux (Any)
9 Google cloud Functions Windows, Mac OS X, and Linux (Any)
10 Google cloud Functions Windows, Mac OS X, and Linux (Any)
11 Google cloud Functions Windows, Mac OS X, and Linux (Any)
12 Google cloud Functions Windows, Mac OS X, and Linux (Any)
13 Google cloud Functions Windows, Mac OS X, and Linux (Any)
14 Google cloud Functions Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Kuldeep Chowhan Kuldeep Chowhan is a Principal Software Developer at Expedia Group. He has been involved in building tools and platforms for the last 5+ years at Expedia. He has extensive experience on using serverless technologies on AWS (such as AWS Lambda, API Gateway, and DynamoDB) through Node.js. He has built a Platform as a Service (PaaS) tool for the automated creation of source code, a CI/CD pipeline, and a fully automated pipeline for deploying Docker containers/AWS Lambda. He is also passionate about CI/CD and DevOps.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781788836654

About

Hands-On-Serverless-Computing, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •