aws client 的安装:https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html
使用 pip 安装 aws client:https://computingforgeeks.com/how-to-install-and-use-aws-cli-on-linux-ubuntu-debian-centos/
sudo pip3 install awscli
使用 docker 运行 kinesis:https://github.com/vsouza/docker-Kinesis-local
docker run -d -p 4567:4567 vsouza/kinesis-local --port 4567
awscli连接并操作 kds:
https://docs.aws.amazon.com/streams/latest/dev/fundamental-stream.html
如果执行 aws help 返回 Could not find executable named "groff",则先执行下列命令,如遇到其他问题,请参考链接 https://github.com/aws/aws-cli/issues/1957
apt-get install -y -qq groff