We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a089de + 839d08d commit fe6548dCopy full SHA for fe6548d
aws_lambda/aws_lambda.py
@@ -196,7 +196,7 @@ def invoke(
196
env_vars = cfg.get('environment_variables')
197
if env_vars:
198
for key, value in env_vars.items():
199
- os.environ[key] = value
+ os.environ[key] = get_environment_variable_value(value)
200
201
# Load and parse event file.
202
path_to_event_file = os.path.join(src, event_file)
0 commit comments