canceraiddev/elm-aws-core - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

elm-aws-core

This is a Fork from the-sett/elm-aws-core. It fixes the handling of signingName and "Content-Type" for REST_JSON requests.


This package provides the functionality needed to make HTTP requests to AWS services.

All AWS service calls must be signed correctly, in order to pass on the authorized credentials of the caller to the service. AWS has multiple signing schemes that different services use, specifically 'S3' and 'V4'.

The AWS service portfolio is large with variations in signing schemes, AWS regions and service protocols across it. The aim of this package is to provide functions to build signed HTTP requests correctly for all of the services available on AWS. The specific service interface can then be implemented with this package as a foundational element.

Modules in this package