From 04f56257cd7f6c6801fccd8e31af140b7cbe0709 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 25 Dec 2022 21:20:48 -0500 Subject: [PATCH] Remove duplicate parameter --- infrastructure/cfn-deployer/skill-stack.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/infrastructure/cfn-deployer/skill-stack.json b/infrastructure/cfn-deployer/skill-stack.json index f7627c91..a7703139 100644 --- a/infrastructure/cfn-deployer/skill-stack.json +++ b/infrastructure/cfn-deployer/skill-stack.json @@ -41,9 +41,6 @@ "LambdaRuntime": { "Type": "String" }, - "LambdaRuntime": { - "Type": "String" - }, "LambdaHandler": { "Type": "String" },