This Lambda function creates/updates a Lambda Function from input artifact (CodeDeploy or S3 zip archive)
Currently, AWS Codepipeline does not provide deploy function for AWS Lambda Function. CloudFormation is a way of deploy Lambda Function, but it does not support Lambda versioning.
- Node.js 4.3 or later
- AWS account and a CodePipeline pipeline
TBW
npm install
This project is licensed under the terms of the MIT license.