src/aws_gleam_api_gateway.app.src
{application, aws_gleam_api_gateway, [
{vsn, "0.1.0"},
{applications, [aws_gleam_runtime,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib]},
{description, "Typed Gleam client for AWS api gateway 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@api_gateway,
aws_gleam_api_gateway@@main]},
{registered, []}
]}.