Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-status

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-status

Simple way for check the AWS Status from the official status page

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

aws-status Build Status Dependency Status Npm Package Version

Simple way for check the AWS Status from the official status page

Install

npm i --save aws-status

Usage

const awsStatus = require('aws-status');

awsStatus('us-east-1', 'EC2').then(result => {
    console.log(result.service); // EC2
    console.log(result.status); // 0
});
StatusDescription
0Service is operating normally (is ok).
1Performance issues (warning).
2Service disruption (critical problem).

API

awsStatus(region, service)

Returns a Promise with the status of service.

region

Type: string

Region you want to check.

service

Type: string

The AWS service.

  • aws-status-cli - CLI for this package.

License

MIT © Cauê Alves

Keywords

FAQs

Package last updated on 16 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc