src/aws_gleam_dynamodb.app.src
{application, aws_gleam_dynamodb, [
{vsn, "1.5.1"},
{applications, [aws_gleam_runtime,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib]},
{description, "Typed Gleam client for Amazon DynamoDB. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime."},
{modules, [aws@services@dynamodb,
aws_gleam_dynamodb@@main]},
{registered, []}
]}.