Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/serverless-book
A book about the http://serverless.com Framework v1
https://github.com/pmuens/serverless-book
serverless serverless-book serverless-framework
Last synced: 20 days ago
JSON representation
A book about the http://serverless.com Framework v1
- Host: GitHub
- URL: https://github.com/pmuens/serverless-book
- Owner: pmuens
- Created: 2016-07-21T06:58:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T15:17:12.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T05:17:41.780Z (3 months ago)
- Topics: serverless, serverless-book, serverless-framework
- Language: JavaScript
- Homepage: http://serverless.com
- Size: 186 KB
- Stars: 151
- Watchers: 13
- Forks: 41
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :zap: The Serverless Book
A Book about the [Serverless Framework](http://serverless.com) that covers Serverless v1.
## Table of contents
- [Introduction](./01-introduction)
- [AWS fundamentals](./02-aws-fundamentals)
- [What is AWS?](./02-aws-fundamentals/01-what-is-aws.md)
- [What is IAM?](./02-aws-fundamentals/02-what-is-iam.md)
- [What is Lambda?](./02-aws-fundamentals/03-what-is-lambda.md)
- [What is CloudFormation?](./02-aws-fundamentals/04-what-is-cloudformation.md)
- [What is API Gateway?](./02-aws-fundamentals/05-what-is-api-gateway.md)
- [What is S3?](./02-aws-fundamentals/06-what-is-s3.md)
- [What is DynamoDB?](./02-aws-fundamentals/07-what-is-dynamodb.md)
- [Aside: Regions](./02-aws-fundamentals/08-aside-regions.md)
- [The serverless architecture](./03-the-serverless-architecture)
- [Setup](./04-setup)
- [Installing Serverless](./04-setup/01-installing-serverless.md)
- [Cloud provider setup](./04-setup/02-cloud-provider-setup.md)
- [The Serverless framework](./05-the-serverless-framework)
- [Serverless by example](./06-serverless-by-example)
- [Your first Serverless service](./06-serverless-by-example/01-your-first-serverless-service.md)
- [A Serverless Todo application](./06-serverless-by-example/02-a-serverless-todo-application.md)
- [Code](./xx-code)
- [First service](./xx-code/first-service)
- [Todos](./xx-code/todos)
- [Glossary](./xx-glossary)