GitHunt
JO

joeyism/aws-cognito-cli

A simple CLI tool to get the AWS Cognito Access Token

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-cli

Usage

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 ABCDEFGHIJKLMN1234567890

Future Features

  • Cache pool id and client id
  • Read info from env
  • Add CI/CD

Documentation

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Languages

Python63.7%Makefile36.3%

Contributors

Other
Created November 19, 2022
Updated March 6, 2026