serverless/lib/plugins/awsCompileFunctionsToResources
Philipp Muens 7d72af991e Move setup of core CloudFormation template to the top
This way the necessary variables which are taken from the options
are always set because they are always used.
2016-05-27 19:34:36 +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.