While working with AWS boto3 I found myself constantly jumping to the AWS documentation to look for the methods I needed. I wondered if there was any code-completion for it instead?
Yes, there was a package called botostubs to do just this and enable code-completion for boto3.
I hope you find it useful.