Skip to content

AWS Lambda Function for Merging Staging into Master

Notifications You must be signed in to change notification settings

crwgregory/auto-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Merge for AWS Lambda

Set up

You'll need to have a environment variable set up in your AWS instance with a name of: GITHUB_TOKEN and it needs to be a token that has access to your repo's.

Reason

I made this so that I could push code changes into a staging branch, then have this script run after hours (triggered by an AWS Event) and merge staging into master. From there I have AWS CodePipeline hooked up to deploy the application. Also, I have Cloudwatch Listening for errors on the Lambda Function and will alert if any errors are returned.

About

AWS Lambda Function for Merging Staging into Master

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published