AWS Cognito CLI
A simple CLI tool to get the AWS Cognito Access Token, because it's currently far more complicated than it needs to be
Installation
pip install aws-cognito-cliUsage
usage: aws-cognito-cli [-h] -u USERNAME -p PASSWORD --pool-id POOL_ID --client-id CLIENT_ID
Example Usage
aws-cognito-cli -u joeyism -p somePassword --pool-id us-east-1_abc123 --client-id ABCDEFGHIJKLMN1234567890Future Features
- Cache pool id and client id
- Read info from env
- Add CI/CD
Documentation
- Free software: Apache Software License 2.0
- Documentation: https://aws-cognito-cli.readthedocs.io.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
On this page
Languages
Python63.7%Makefile36.3%
Contributors
Latest Release
v0.0.3November 19, 2022Other
Created November 19, 2022
Updated March 6, 2026