Skip to content

A lambda script for using AWS CodePipeline action, deploy Lambda function from the specified input artifact.

License

Notifications You must be signed in to change notification settings

iogi/codepipeline-lambda-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A lambda script for using AWS CodePipeline action, deploy Lambda function from the specified input artifact.

Resources

License

Stars

Watchers

Forks

Releases

No releases published