Skip to content

fmcgeough/ex_aws_code_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CodePipeline API

AWS Code Pipeline Service module for ex_aws.

Installation

The package can be installed by adding ex_aws_code_pipeline to your list of dependencies in mix.exs along with :ex_aws and your preferred JSON codec / http client. Example:

def deps do
  [
    {:ex_aws, "~> 2.0"},
    {:ex_aws_code_pipeline, "~> 2.1"},
    {:poison, "~> 3.0"},
    {:hackney, "~> 1.9"},
  ]
end

Documentation

License

License

About

Elixir implementation of AWS CodePipeline as ex_aws service

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages