This custom resource is based on cfn-lambda, you can see this project for more advanced configuration. Additionally, the project is using the Serverless Framework to handle cli testing and deployment.
Clone the repository. Inside the root folder:
yarn install
sls deploy
This command deploy the lambda helper on your default AWS region using the Serverless Framework
You can test the custom resource by running example/pipeline.cform
. This only parameter is the name of the lambda function created during the installation.
All parameters usable is the same of the parameters use by aws-sdk to create a pipeline
Mathieu Desvé mailto:[email protected] initial author of this custom resource.