Skip to content

mozamimy/codepipeline-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codepipeline-notify

A serverless application to notify whether it succeeded or not.

Development

You need to set following environment variable to run this application in your local machine. You need to install aws-sam-local before execute following instruction.

$ GOOS=linux make main.zip
$ aws-sam-local local invoke CodePipelineNotify -e sample-event.json --template=deploy/template/staging.yml

Also you can build and upload to run it simply on AWS Lambda.

$ GOOS=linux go build -o main
$ zip main.zip main

About

A serverless application to notify whether it succeeded or not.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published