Skip to content

TypeError: str expected, not int #168

Open
@aluciffer

Description

@aluciffer

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions