Packages

Runtime core for the aws-gleam SDK: credentials, SigV4 + SigV4a signing, endpoint resolution, retry, HTTP transport, waiters, paginators, and Smithy protocol codecs.

Current section

Files

Jump to
Raw

gleam.toml

name = "aws_gleam_runtime"
version = "1.2.0"
target = "erlang"
description = "Runtime core for the aws-gleam SDK: credentials chain, SigV4 + SigV4a signing, endpoint resolver, retry strategies, HTTP transport (buffered + streaming), waiters, paginators, and the Smithy protocol codecs. Per-service typed clients ship as separate hex packages (aws_s3, aws_sqs, aws_dynamodb, ...) and depend on this one."
licences = ["Apache-2.0"]
repository = { type = "github", user = "Ulberg", repo = "aws-gleam" }
links = [
{ title = "Source", href = "https://github.com/Ulberg/aws-gleam" },
]
[dependencies]
gleam_stdlib = ">= 0.40.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_json = ">= 2.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"