Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktonon/aws-sdk-elm
Deprecated. Replaced by elm-aws-core and elm-aws-generate
https://github.com/ktonon/aws-sdk-elm
aws-sdk elm
Last synced: 2 months ago
JSON representation
Deprecated. Replaced by elm-aws-core and elm-aws-generate
- Host: GitHub
- URL: https://github.com/ktonon/aws-sdk-elm
- Owner: ktonon
- License: apache-2.0
- Created: 2017-01-21T01:43:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T01:12:05.000Z (over 7 years ago)
- Last Synced: 2024-10-02T09:16:37.965Z (3 months ago)
- Topics: aws-sdk, elm
- Language: Elm
- Homepage:
- Size: 4.19 MB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
AWS SDK for elm
===============__Deprecated__
The idea of having a single fully generated Elm package for every AWS service was abandoned for the following reasons:
* Breaking changes to one service would require a Major version bump for the entire service
* It was difficult to come up with nice, user-friendly, fully generated, APIs for every serviceThis repo has been split into 2 separate repos, each with a specific purpose:
* [elm-aws-core][] For making authenticated REST requests to AWS services using pure Elm.
* [elm-aws-generate][] Elm code generation from AWS JSON service files. The generated code is intended to be a starting point, from which a developer can create a nice, user-friendly client, tailored to a specific AWS service.[elm-aws-core]:https://github.com/ktonon/elm-aws-core
[elm-aws-generate]:https://github.com/ktonon/elm-aws-generate