Serverless Go (The Book + Code)
Serverless Go
A Practical Guide
About the Book
When you have a great idea, the last thing you want to do is set up infrastructure. Learn more.
--
Serverless Go: A Practical Guide is an extension to the Going Serverless book. In this version, you will learn how to design, build, and test a serverless CRUD API with the Go language and AWS Lambda.
What Readers Are Saying
Just wanted to drop you an email to thank you for doing the Serverless Go book. I have actually been looking to learn this area, bought your book, and will be going over it this weekend. Keep writing and shipping!
-- Daniel Ong
I just wanted to say thank you for your awesome article on Serverless Go. I’ve been struggling so much on that topic, but your article and code made it so clear on how to accomplish it. Look forward to reading more of your stuff (I bookmarked your site!)
-- Randy Lough
Who Should Read This Book?
This book is aimed at developers with a basic understanding of the web, HTTP, and server-side technologies. You don't need any prior background in the Go Language, AWS, nor in serverless architectures.
Frequently Asked Questions
What programming language are we using?
Go.
Which FaaS provider are we using?
Amazon Web Services (AWS Lambda.)
Is there source code available?
Yes. You will gain access to working code samples with your purchase. In Serverless Go: A Practical Guide, there will be one ready-to-deploy CRUD API code sample included with the book.
Table of Contents
-
1. Introduction to Serverless
- 1.1 Moving to the Cloud
- 1.2 Enter Serverless
-
1.3 From PaaS to FaaS
- 1.3.1 PaaS
- 1.3.2 FaaS
-
1.4 From Monolith to Microservices to Functions
- 1.4.1 Where Functions fit in
-
1.5 FaaS Concepts
- 1.5.1 Functions
- 1.5.2 Events
- 1.5.3 Resources
- 1.6 FaaS Execution Model
-
1.7 Traditional Scaling vs. Serverless
- 1.7.1 AWS Lambda Costs
-
1.8 AWS Lambda Limits
- 1.8.1 Invocation Limits
- 1.8.2 Concurrency Limits
- 1.8.3 AWS Lambda Limit Errors
- 1.8.4 Increasing your concurrency limit
-
1.9 Use Cases
- 1.9.1 Event-driven File Processing
- 1.9.2 Web Applications
- 1.9.3 Webhooks
- 1.9.4 Scheduled Tasks
-
1.10 Benefits
- 1.10.1 High Availability and Scalability
- 1.10.2 Less Ops
- 1.10.3 Granular Billing
-
1.11 Drawbacks
- 1.11.1 Vendor lock-in
- 1.11.2 Lack of control
- 1.11.3 Integration Testing is hard
- 1.12 FaaS Providers
- 1.13 Chapter Summary
-
2. The Serverless Framework
- 2.1 Introduction
-
2.2 Installation
- 2.2.1 Install Node Version Manager
- 2.2.2 Install Node.js
- 2.2.3 Install the Serverless Framework
-
2.3 Getting Started
- 2.3.1 Development Workflow
- 2.3.2 Project structure
-
2.3.3
serverless.yml
- 2.3.4 Serverless Plugins
-
2.4 Additional Setup
- 2.4.1 Amazon Web Services (AWS) Setup
- 2.5 Chapter Summary
-
3. The Go Language
- 3.1 Why Go?
-
3.2 Whirlwind Tour of Go
- 3.2.1 Installation
- 3.2.2 Types
- 3.2.3 Variables
- 3.2.4 Branching
- 3.2.5 Data Structures
- 3.2.6 Loops
- 3.2.7 Functions
- 3.2.8 Pointers
- 3.2.9 Structs
- 3.2.10 Interfaces
- 3.2.11 Errors
- 3.2.12 Packages
- 3.2.13 Package Management
- 3.3 Go on AWS Lambda
-
3.4 Go Lambda Programming Model
- 3.4.1 Lambda Function Handler
- 3.4.2 The Context Object
- 3.4.3 Logging
- 3.4.4 Function Errors
- 3.4.5 Environment Variables
-
3.5 Summary
- 3.5.1 Further Learning
-
4. Building a CRUD API
- 4.1 Prerequisites
-
4.2 Background Information
- 4.2.1 Amazon DynamoDB
- 4.2.2 Amazon API Gateway
-
4.3 Design
- 4.3.1 Problem Decomposition
-
4.4 Development
- 4.4.1 Example Application Setup
- 4.5 Summary
- 5. Where to go from here
- 6. Glossary
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them