From 865cff18bd9b8e20199957f1fa1c392bafeafd04 Mon Sep 17 00:00:00 2001 From: Morgan Joyce Date: Sat, 7 Sep 2024 16:09:13 -0500 Subject: [PATCH] Issue #2 - Removed unused Environment block from template.yml - Removed the Environment block from HueLightingFunction in template.yml since no static environment variables are needed. - Ensured no null values are passed to the Lambda function, preventing deployment errors. --- template.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/template.yml b/template.yml index 96ea936..81ae551 100644 --- a/template.yml +++ b/template.yml @@ -11,9 +11,6 @@ Resources: CodeUri: . MemorySize: 128 Timeout: 3 - Environment: - Variables: - # Optional: If you need to pass additional static environment variables Policies: - AWSLambdaBasicExecutionRole - Statement: