serverless-book icon indicating copy to clipboard operation
serverless-book copied to clipboard

A book about the http://serverless.com Framework v1

:zap: The Serverless Book

A Book about the Serverless Framework that covers Serverless v1.

Table of contents

  • Introduction
  • AWS fundamentals
    • What is AWS?
    • What is IAM?
    • What is Lambda?
    • What is CloudFormation?
    • What is API Gateway?
    • What is S3?
    • What is DynamoDB?
    • Aside: Regions
  • The serverless architecture
  • Setup
    • Installing Serverless
    • Cloud provider setup
  • The Serverless framework
  • Serverless by example
    • Your first Serverless service
    • A Serverless Todo application
  • Code
    • First service
    • Todos
  • Glossary