From 005506c811605df9d65f8126b4f780b62d904395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Sat, 26 Jun 2021 15:20:57 +0200 Subject: [PATCH] Add "awsSTS" (#1949) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 2c88b2d..4ac8eef 100644 --- a/packages.json +++ b/packages.json @@ -23102,5 +23102,19 @@ "description": "Nim's function chaining and method cascading", "license": "MIT", "web": "https://github.com/khchen/chain" + }, + { + "name": "awsSTS", + "url": "https://github.com/ThomasTJdev/nim_awsSTS", + "method": "git", + "tags": [ + "aws", + "amazon", + "sts", + "asia" + ], + "description": "AWS Security Token Service API in Nim", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_awsSTS" } ]