Skip to content

SenseAmidMadness/aws-codegen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Code generator for AWS clients in Elixir.

Generating code

The code generator uses specs from the AWS SDK for the Go programming language to generate Elixir code. Code is generated by running the generate.exs script for Elixir:

export SPEC_PATH=../../aws/aws-sdk-go/models/apis
export TEMPLATE_PATH=priv
export OUTPUT_PATH=../aws-elixir/lib/aws
mix run generate.exs elixir $SPEC_PATH $TEMPLATE_PATH $OUTPUT_PATH

and for Erlang:

export SPEC_PATH=../../aws/aws-sdk-go/models/apis
export TEMPLATE_PATH=priv
export OUTPUT_PATH=../aws-erlang/src
mix run generate.exs erlang $SPEC_PATH $TEMPLATE_PATH $OUTPUT_PATH

About

Code generator for AWS clients in Elixir.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 74.8%
  • HTML 25.2%