aws-console-url 1.4.1


pip install aws-console-url

  Latest version

Released: Dec 08, 2023

Project Links

Meta
Author: Sanhe Hu
Maintainer: Unknown

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Natural Language
  • English

Operating System
  • Microsoft :: Windows
  • MacOS
  • Unix

Programming Language
  • Python
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3 :: Only
https://img.shields.io/pypi/v/aws_console_url.svg https://img.shields.io/pypi/l/aws_console_url.svg https://img.shields.io/pypi/pyversions/aws_console_url.svg https://img.shields.io/badge/release_history!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

Welcome to aws_console_url Documentation

aws_console_url allow you to generate AWS console URL programmatically using AWS Resource Namespace (ARN) or aws resource id (like ec2 instance id, rds identifier, iam role name etc …). For quick start, you can check this Jupyter Notebook. Also, you can find the full list of public api in Public API Full List

Install

aws_console_url is released on PyPI, so all you need is:

$ pip install aws_console_url

To upgrade to latest version:

$ pip install --upgrade aws_console_url

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
boto-session-manager (<2.0.0,>=1.3.1)
aws-arns (<2.0.0,>=1.4.3)
cached-property (>=1.5.2)
dataclasses (>=0.8)