2016-06-20 16:43:52 +02:00
..
2016-06-20 16:43:52 +02:00
2016-06-20 16:43:52 +02:00
2016-06-17 09:19:32 +02:00

Compile Functions

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

How it works

Compile Functions 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.