Philipp Muens cf7028677b Refactor docs structure
Each plugin now has a README.md file in it's root folder. The docs/README.md file
links to each plugins index folder so that the user can directly see the plugins folder structure
and the corresponding README.md file at once. This makes understanding the plugin way easier.
2016-06-17 08:43:51 +02:00
..
2016-06-16 21:24:09 +02:00
2016-06-16 21:24:09 +02:00
2016-06-17 08:43:51 +02:00

awsCompileFunctions

This plugins compiles the functions in serverless.yaml to CloudFormation resources.

How it works

awsCompileFunctions hooks into the deploy:compileFunctions.

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.