Open
Description
Hi,
I get this 'str expected, not int'
error that gets traced back to :
File "...\aws_lambda\aws_lambda.py", line 217, in invoke
os.environ[key] = get_environment_variable_value(value)
This is because i have configured an int variable in my config.yaml, i.e.:
repeat: 100
Would it be good to wrap get_environment_variable_value
in str()
?