Socket
Socket
Sign inDemoInstall

aws-service-availability

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aws-service-availability

CLI tool for listing (un)available AWS services by region


Maintainers
1

Readme

aws-service-availability

Build status Python Version Dependencies Status

License Coverage Report

CLI tool for listing (un)available AWS services by region, because the AWS regional services page no longer contains the useful table of supported services.

🚀 Features

  • List all the supported services for a given AWS region
  • List all the unsupported services for a given AWS region

Installation

pip install -U aws-service-availability

or install with Poetry:

poetry add aws-service-availability

Then you can run the tool:

aws-service-availability list-supported-services eu-north-1
aws-service-availability list-unsupported-services eu-north-1

or with Poetry:

poetry run aws-service-availability list-supported-services eu-north-1
poetry run aws-service-availability list-unsupported-services eu-north-1

📈 Releases

You can see the list of available releases on the GitHub Releases page. We follow the Semantic Versioning specification.

🛡 License

License

This project is licensed under the terms of the GNU GPL v3.0 license. See LICENSE for more details.

Credits

This project was generated with python-package-template, based on python-package-template by Roman Tezikov.

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc