serverless/lib/plugins/awsCompileFunctionsToResources
Philipp Muens 83acc70fb3 Improve CloudFormation main template usage
The CloudFormation main template is now hold in memory.
Furthermore the necessary variables are set before the function resources are added.
2016-05-27 08:56:43 +02:00
..

AWS compile functions to resources

Reads the serverless.yaml file and compiles the contained functions to corresponding CloudFormation stacks.

Setup

Run npm install to install all dependencies.

Tests

Tests live inside the tests directory. Run npm test inside the root of this plugin to run the tests.