Skip to content

Commit

Permalink
Allow TZ as a lambda env var
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Aug 3, 2024
1 parent 1de57d3 commit 40028ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion troposphere/validators/awslambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def validate_variables_name(variables):
"AWS_SESSION_TOKEN",
"LAMBDA_RUNTIME_DIR",
"LAMBDA_TASK_ROOT",
"TZ",
]
ENVIRONMENT_VARIABLES_NAME_PATTERN = r"[a-zA-Z][a-zA-Z0-9_]+"

Expand Down

0 comments on commit 40028ad

Please sign in to comment.