Python

Extending the AWS CLI with my own Python/Click based CLI

April 14, 2020

In this blog post you’ll learn how to extend the aws cli with some shortcuts, sane defaults, and your own mycli based on Python and Click, easily installed with pip.

Read more