Skip to content

Commit 3dde3b6

Browse files
author
Ryan Miville
committed
readme update
1 parent 48c89b0 commit 3dde3b6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# aws_request
22

3+
An AWS request builder for Gleam, generated using [aws_codegen](https://github.com/ryanmiville/aws_codegen) and built on top of [aws4_request](https://github.com/lpil/aws4_request).
4+
35
[![Package Version](https://img.shields.io/hexpm/v/aws_request)](https://hex.pm/packages/aws_request)
46
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/aws_request/)
57

68
```sh
7-
gleam add aws_request@1
9+
gleam add aws_request
810
```
911
```gleam
1012
import aws_request/config
@@ -57,3 +59,6 @@ Ok(Response(
5759
"{"Item":{"name":{"S":"Ryan"}}}",
5860
))
5961
```
62+
63+
## Project Goals
64+
`aws_request` is NOT an AWS SDK for Gleam. It intends to be a base for idiomatic Gleam AWS SDKs.

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "aws_request"
2-
version = "1.0.0"
2+
version = "0.1.0"
33

44
# Fill out these fields if you intend to generate HTML documentation or publish
55
# your project to the Hex package manager.

0 commit comments

Comments
 (0)