From d9f324a7430c57699438198dce0d76493ad34db4 Mon Sep 17 00:00:00 2001 From: Savant Date: Thu, 6 Mar 2025 13:02:00 -0500 Subject: [PATCH] Added package aws (#2992) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 34e7dc7..1e3bd16 100644 --- a/packages.json +++ b/packages.json @@ -34666,6 +34666,17 @@ "license": "MIT", "web": "https://github.com/thing-king/colors" }, + { + "name": "aws", + "url": "https://github.com/thing-king/aws", + "method": "git", + "tags": [ + "aws" + ], + "description": "Rudimentary `aws-cli` wrapper", + "license": "MIT", + "web": "https://github.com/thing-king/aws" + }, { "name": "nimdtp", "url": "https://github.com/WKHAllen/nimdtp",