Skip to content

More type hints for Amazon provider #11297

@mik-laj

Description

@mik-laj

Description

The boto3 used by Amazon provider generates new classes at runtime, so mypy is not aware of types. Luckily, there is a package that has generated type annotations, but we have to install them separately - boto3-stubs
It would be nice for us to check if this library meets our expectations and integrate it with our CI.

CC: @kaxil @mlgruby @coopergillan

Use case / motivation

This will allow us to detect more problems during the static check. It will also provide a better development experience as the IDE will be able to suggest types.

Related Issues

N/A

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions