Philipp Muens fb9990f0d8 Add first version of awsCompileFunctionsToResources plugin
This is still a WIP. Runt he plugin inside a serverless service with "serverless
compile functions".
2016-05-26 15:08:35 +02:00

319 B

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.