Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: str expected, not int #168

Open
aluciffer opened this issue Aug 9, 2019 · 2 comments
Open

TypeError: str expected, not int #168

aluciffer opened this issue Aug 9, 2019 · 2 comments

Comments

@aluciffer
Copy link

aluciffer commented Aug 9, 2019

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() ?

@urandu
Copy link

urandu commented Oct 20, 2019

I think It would be good to wrap it in a str() like its done at this point

key: str(get_environment_variable_value(value))

urandu added a commit to urandu/python-lambda that referenced this issue Oct 20, 2019
@urandu
Copy link

urandu commented Oct 20, 2019

Here is the PR #270

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants