# aws_gleam_dynamodb
Typed Gleam client for Amazon DynamoDB, generated from the upstream Smithy
model in [aws-gleam](https://github.com/Ulberg/aws-gleam).
```gleam
import aws/services/dynamodb
pub fn main() {
let assert Ok(client) = dynamodb.new()
// Call generated operations with typed input records.
dynamodb.shutdown(client)
}
```
Use `dynamodb.new_with(settings, endpoint_params)` for explicit
`aws/config.Settings` and DynamoDB endpoint-rule-set parameters.
Depends on [`aws_gleam_runtime`](https://hex.pm/packages/aws_gleam_runtime) for
signing, credentials, endpoint resolution, retry, transport, and protocol
codecs.
## Documentation
Full docs at <https://hexdocs.pm/aws_gleam_dynamodb>.
## Source
<https://github.com/Ulberg/aws-gleam/tree/main/services/dynamodb>
## License
Apache 2.0. See LICENSE.