aws
Rudimentary `aws-cli` wrapper
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-22 05:29 |
Tags
Installation
nimble install aws
choosenim install aws
git clone https://github.com/thing-king/aws
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| aws | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/thing-king/aws |
|---|---|
| Homepage | https://github.com/thing-king/aws |
| Registry Source | nimble_official |
README
AWS
Rudimentary aws-cli wrapper.
[!CAUTION] Currently only supports the EC2 command, with a small subset of subcommands
Usage
import aws
echo describeInstances(filters = @[Filter(filterInstanceId, "i-0b1b3b3b3b3b3b3b3")]) # (NextToken: "", Reservations: @[])
echo runInstances(
count = 42,
disableApiStop = true,
userData = "..."
)
echo getInstanceID() # get current instanceId
TODO
- Crawler to ingest all types and endpoints
- jsony_plus XML support
- -> AWS REST support over cli