mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
13 lines
453 B
Markdown
13 lines
453 B
Markdown
# awsCompileFunctions
|
|
|
|
This plugins compiles the functions in `serverless.yaml` to CloudFormation resources.
|
|
|
|
## How it works
|
|
|
|
`awsCompileFunctions` hooks into the [`deploy:compileFunctions`](/docs/plugins/core/deploy.md).
|
|
|
|
It loops over all functions which are defined in `serverless.yaml`.
|
|
|
|
Inside the function loop it creates corresponding lambda function resources which will be merged into the
|
|
`serverless.service.resources.aws.Resources` section.
|