mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Documentation
This docs section will include documentation relevant to understand how Serverless works.
You may want to start with the concepts of Serverless to understand the how Serverless is architected and works behind the scenes.
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
- Concepts
- Plugins
- Core plugins
- AWS plugins
- awsCompileFunctions - Compiles the functions to CloudFormation resources
- awsCompileS3Events - Compiles the S3 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