mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
14 lines
509 B
Markdown
14 lines
509 B
Markdown
# Understanding Serverless
|
|
|
|
Here we'll take a deep dive into the internals of Serverless and understand what a service is and how functions relate
|
|
to a service.
|
|
|
|
Additionally we look at the Serverless key pieces of each service which are the [`serverless.yml`](serverless-yml.md)
|
|
and [`serverless.env.yml`](serverless-env-yml.md) files.
|
|
|
|
## Table of contents
|
|
|
|
- [Serverless services and functions](services-and-functions.md)
|
|
- [serverless.yml](serverless-yml.md)
|
|
- [serverless.env.yml](serverless-env-yml.md)
|