Skip to main content

src/aws_gleam_sqs.app.src

{application, aws_gleam_sqs, [
    {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 SQS. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime."},
    {modules, [aws@services@sqs,
               aws_gleam_sqs@@main]},
    {registered, []}
]}.