Skip to content

Files

Latest commit

1f58b76 · Nov 25, 2019

History

History
34 lines (19 loc) · 587 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 587 Bytes

codepipeline-lambda-deploy

Description

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.

Requirement

  • Node.js 4.3 or later
  • AWS account and a CodePipeline pipeline

Usage

TBW

Install

npm install

Author

iogi

License

This project is licensed under the terms of the MIT license.