Skip to content

MacHu-GWU/aws_arns-project

Repository files navigation

image

image

image

image

image

image

image


image

image

image

image

image

☁️ Welcome to aws_arns Documentation

Amazon Resource Names (ARNs) Python library. It parses / constructs ARN in Python, and provide more human intuitive interface to access AWS Resource attributes like aws service name, aws account id, aws region, resource type, resource id, resource name, short name, long name, etc ...

See usage examples.

Install

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

$ pip install aws_arns

To upgrade to latest version:

$ pip install --upgrade aws_arns