Skip to content

[Bug] ShellProxy.execute() kwarg 'parameters' is wrongly typed 'str' #70

@avitalyahel

Description

@avitalyahel

Problem

Ec2RemoteShellProxy.execute(..., **parameters: str) ... type is actually a Union at least of str and list[str] (might be more), which triggers IDE linters.

Recommendation

Leave **parameters untyped, let it be a pass-through to underlying SSM Manager.

Code

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions