Skip to content

Implementation of CodeDeploy API for AWS as ex_aws service module

License

Notifications You must be signed in to change notification settings

fmcgeough/ex_aws_code_deploy

Repository files navigation

AWS CodeDeploy API

AWS Code Deploy Service module for ex_aws.

Installation

The package can be installed by adding ex_aws_code_deploy 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_deploy, "~> 2.0"},
    {:poison, "~> 3.0"},
    {:hackney, "~> 1.9"},
  ]
end

Documentation

License

License

About

Implementation of CodeDeploy API for AWS as ex_aws service module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages