Skip to content

Commit

Permalink
Issue #2 - Removed unused Environment block from template.yml
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
atxtechbro committed Sep 7, 2024
1 parent 74e375a commit 865cff1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 865cff1

Please sign in to comment.