Skip to main content

Opens AWS Developer guide for a given AWS service

Project description

awsdocs

Table of contents

General info

Whenever I find myself struggling in the world of AWS services, I always go to the same page and select the service in question. Since most of the time I am either writing terraform or python in the terminal when I need this page, I thought why not create a pip package that will open the docs in my default browser from the command-line. Thus, a simple project called awsdocs was born.

Technologies

  • pypi to bundle the project into a pip package
  • Python 3.7
  • argparse

Setup

pip install awsdocs

Then pass through the service you wish to know more about - eg:

awsdocs s3

Features

  • Opens aws documentation in your default browser
  • Simple to use

ToDo:

Since this code works on the URL path of the documentation, the format of the different services is not always intuitive. awsdocs ssm does not work, but awsdocs systems-manager does. Of course, I can use the choices option in argparse to make this explicit to the user, but I don't want to have to manually enter all the services. Need to think of an idea to get round that one.

Status

In Progress

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

awsdocs-0.0.8-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page