awscli in a container
docker run --rm -it banst/awscli --version
This image is automatically builded every 6 hours if there is a new release available from aws official repository.
As this image is mainly useful in a CI context, jq is also provided in it, to parse some awscli response.
aws apigateway get-rest-apis | jq -r '.items[]|select(.name == "my-api")|.id'