serverless/docs/examples-and-tutorials.md
Walid Elnozahy 4139098261
chore: update docs frontmatter (#12677)
* chore: update docs frontmatter

* fix: frontmatter to comments
2024-07-10 17:48:57 +03:00

1.3 KiB

Serverless Framework Examples and Tutorials

Serverless Framework Examples

The simplest way to get started with Serverless Framework is to create a project based on the built-in templates. To do so, run the serverless command and choose a template from the list:

serverless

You can also find more examples and templates in the Serverless Examples registry.

The examples registry is a collection of official examples, as well as examples contributed by the community. You can publish your examples by adding them to the examples GitHub repository.

Serverless Framework Tutorials

Check out the "Your First Serverless Framework Project" tutorial. It will guide you to create your first serverless application.

You can explore more Serverless Framework tutorials in the Guides & tutorials blog category.