aws-regions-enum
v1.0.2
Published
This package provides enums for AWS region name representations.
Downloads
9
Readme
aws-regions-enum
This package provides AWS region name representation enumerations.
NPM: https://www.npmjs.com/package/aws-regions-enum
Usage
Install the package:
npm install aws-regions-enum
Import the constants into a file for use:
import { AwsRegion } from "aws-regions-enum";
console.log(AwsRegion.USEast1); // output: us-east-1