serverless/lib/plugins/awsCompileFunctionsToResources
Philipp Muens 33c0837ad4 Add role and policy to existing AWS resource merging
The IamRoleLambda and IamPolicyLambda resources are added when the AWS
resource object exists.
2016-05-27 18:47:50 +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.