/elm-aws-generate

Generate an Elm interface to an AWS service

Primary LanguageJavaScriptApache License 2.0Apache-2.0

elm-aws-generate

CircleCI

Work in progress

A script which reads and translates an AWS SDK apis/*.json file into an Elm service. The generated code is meant to be used as a starting point to create user-friendly client libraries. The intention is to have one Elm package per AWS service.

Usage

> elm-aws-generate --help
Options:
  --name         name of the service to generate                      [required]
  --dir          folder that contains API JSON files            [default: "api"]
  --refresh, -r  refresh with the latest API JSON files         [default: false]
  --help         Show help                                             [boolean]