Socket
Socket
Sign inDemoInstall

aws-socks

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aws-socks

A wrapper for boto3 to provide one-liners for common AWS tasks.


Maintainers
1

Readme

aws-socks


Most AWS tasks are solved problems. Stop reinventing the wheel.

About

Current Version: 0.2.5

socks is a Python library designed to abstract common AWS tasks as one liners. It is opinionated in the pursuit to provide the most performant implementation that can be leveraged generally, but also attempts to offer reasonable levels of customization to the developer by supporting most boto3 functionality.

This package attempts to provide performant abstractions of the most common AWS tasks for the most common AWS services, so you can spend less time finding the best way to get that object from S3 and more time on what you actually want to do with that object (as an example).

This package is not comprehensive across all (or even most) AWS services at this time, but I hope to grow this overtime so a majority of the AWS tasks you find yourself re-solving or copying from one repo to the next can be implemented here in the most efficient way.

Getting Started

Please note socks has not yet hit the 1.0 release so breaking API changes may occur. I'll try to limit those as possible and document them when they happen, but if you'd like to use socks it might be a good idea to lock your version in your requirements.txt file.

If you'd like to install the library locally or without code warp/spawn you can use the following install command:

pip install aws-socks

To upgrade an existing install use:

pip install --upgrade aws-socks

Once installed use import socks to start using it.

Prerequisites {docsify-ignore}

  • The only external dependency for this library is boto3 which is packaged within the library.
  • This package expects Python version 3.6 and up. There are no plans to support previous versions of Python.

Contributors

  • @jones-chris - Maintainer
  • @devenjarvis - Maintainer
  • @artkinghur - SSM get_parameter exception handling
  • @arief-akbarr - Scan Dynamo Operation, Invoke Lambda Function
  • @ds0440 - Support of boto3 kwargs

Keywords

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