the-sett / elm-aws-codegen

A code generator for AWS service stubs in Elm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status - 25-Oct-2019 - Work in Progress, not published yet.

elm-aws-codegen

Amazon Web Services publish service API definitions for all AWS services. These are in JSON format and similar to Swagger definitions although the contents are not Swagger; they play a similar role to Swagger files in that they describe the URLs for all the service endpoints, and the data models that can be sent to and received from these endpoints.

This code generation takes an AWS service definition and outputs Elm code with the data models and functions to construct HTTP requests against these services.

About

A code generator for AWS service stubs in Elm.

License:Apache License 2.0


Languages

Language:Elm 97.3%Language:JavaScript 2.7%