Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

TypeError: str expected, not int #168

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions