aws-arn-builder
v1.0.0
Published
Helper package for building and parsing AWS ARN
Readme
AWS ARN Builder
Package that helps to compose and parse AWS ARN strings.
This package uses botocore to get information on the regions and services. https://raw.githubusercontent.com/boto/botocore/develop/botocore/data/endpoints.json
Tenets
- Simple for use, as in calling just one function to get result.
- Typed.
- Supports AWS partitions per region.
How to contribute
npm run build - build types
npm run docs - generate typedoc
