mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
Updated the services definition to reflect the recent changes and fixed some minor stuff.
Documentation
This docs section will include documentation relevant to understand how Serverless works.
You may want to start with the "Your first service" tutorial to create, deploy, invoke and remove your very first Serverless service!
If you're interested to take a look behind the scenes you might take a look at the concepts of Serverless to understand the how Serverless is architected and works.
After that you should take a look at the different plugins which are used to deliver the functionality Serverless provides (such as service creation, deployment, removal, function invocation etc.).
Table of contents
- Tutorials
- Your first service - Create, deploy, invoke and remove your first service
- Event sources - Learn how you can extend your services functionality with event sources
- Concepts
- services - Understanding Serverless services
- event sources - Understanding different types of event sources
- plugins - How plugins work
- Plugins
- Core plugins
- AWS plugins
- awsCompileFunctions - Compiles the functions to CloudFormation resources
- awsCompileS3Events - Compiles the S3 events to CloudFormation resources
- awsCompileScheduledEvents - Compiles the Scheduled events to CloudFormation resources
- awsDeploy - Deploys the Serverless service to AWS
- awsInvoke - Invokes a AWS lambda function
- awsRemove - Removes the service with all it's resources from AWS