Skip to content

Commit 3946289

Browse files
author
Ryan Miville
committed
update
1 parent db70695 commit 3946289

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aws_api
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).
3+
A `gleam_http` request builder for AWS service APIs, generated using [aws_codegen](https://github.com/ryanmiville/aws_codegen) and built on top of [aws4_request](https://github.com/lpil/aws4_request).
44

55
[![Package Version](https://img.shields.io/hexpm/v/aws_api)](https://hex.pm/packages/aws_api)
66
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/aws_api/)

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "aws_api"
22
version = "0.1.0"
33

4-
description = "An AWS request builder for Gleam"
4+
description = "A request builder for AWS services"
55
licences = ["Apache-2.0"]
66
repository = { type = "github", user = "ryanmiville", repo = "aws_api" }
77

src/aws_request/service/accessanalyzer.gleam

-1
This file was deleted.

0 commit comments

Comments
 (0)