From 7d0783bfbc64c6d746cb82670e010c72162afe78 Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Fri, 30 Nov 2018 03:07:07 -0500 Subject: [PATCH] Added package awslambda (#949) --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index dd9862a..4480117 100644 --- a/packages.json +++ b/packages.json @@ -9307,7 +9307,7 @@ "pqcrypto", "signing" ], - "description": "SPHINCS\u207A stateless hash-based signature scheme", + "description": "SPHINCSâș stateless hash-based signature scheme", "license": "MIT", "web": "https://github.com/ehmry/nim-sphincs" }, @@ -11707,5 +11707,17 @@ "description": "Postgres Database ORM for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-gatabase" + }, + { + "name": "awslambda", + "url": "https://github.com/lambci/awslambda.nim", + "method": "git", + "tags": [ + "aws", + "lambda" + ], + "description": "A package to compile nim functions for AWS Lambda", + "license": "MIT", + "web": "https://github.com/lambci/awslambda.nim" } ]