Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Get info about AWS Services and Regions

License

Notifications You must be signed in to change notification settings

InDebted/aws-info-node

 
 

Repository files navigation

aws-info

const { endpoint, regionName } = require('aws-info');

// https://s3.amazonzaws.com
const s3Endpoint = endpoint('S3', 'us-east-1');

// Canada (Central)
const name = regionName('ca-central-1');

You can also access the raw data:

const { data } = require('aws-info');

// data.regions ...
// data.services ...

About

Get info about AWS Services and Regions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%