Packages

Typed Gleam client for Amazon DynamoDB. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime.

Current section

Files

Jump to
aws_gleam_dynamodb src aws_gleam_dynamodb.app.src
Raw

src/aws_gleam_dynamodb.app.src

{application, aws_gleam_dynamodb, [
{vsn, "1.4.0"},
{applications, [aws_gleam_runtime,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib]},
{description, "Typed Gleam client for AWS dynamodb service. Auto-generated from the upstream Smithy model. Depends on aws_runtime for SigV4 signing, the credentials chain, endpoint resolution, retry, and the protocol codecs."},
{modules, [aws@services@dynamodb,
aws_gleam_dynamodb@@main]},
{registered, []}
]}.