├── .gitignore ├── LICENSE ├── README.md ├── aws_whoami.py └── pyproject.toml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benkehoe/aws-whoami/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benkehoe/aws-whoami/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benkehoe/aws-whoami/HEAD/README.md -------------------------------------------------------------------------------- /aws_whoami.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benkehoe/aws-whoami/HEAD/aws_whoami.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benkehoe/aws-whoami/HEAD/pyproject.toml --------------------------------------------------------------------------------