Utility functions for working with AWS resources
Project description
amplify_aws_utils
Utility functions for working with AWS resources though Boto3 with less hiccups.
About Amplify
Amplify builds innovative and compelling digital educational products that empower teachers and students across the country. We have a long history as the leading innovator in K-12 education - and have been described as the best tech company in education and the best education company in tech. While others try to shrink the learning experience into the technology, we use technology to expand what is possible in real classrooms with real students and teachers.
Getting Started
Prerequisites
amplify_aws_utils requires the following to be installed:
python >= 3.8
Installation
This package can be installed using pip
pip install amplify_aws_utils
Building From Source
For development, tox>=2.9.1
is recommended.
Python package can be built as follows:
python setup.py sdist
This creates a package in dist
directory.
Running Tests
amplify_aws_utils
uses tox
. You will need to install tox with pip install tox
.
Running tox
will automatically execute linters as well as the unit tests. You can also run them individually with
the -e argument.
For example, tox -e lint,py38-unit
will run the linters, and then the unit tests in python 3.8
To see all the available options, run tox -l
.
Deployment
Deployment is done with Travis.
Package is built as described above, and is uploaded to PyPI repo using devpi-client
Usage
Functions provided by this package can be imported after package has been installed.
Example:
from amplify_aws_utils.resource_helper import throttled_call
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file amplify_aws_utils-0.5.2.tar.gz
.
File metadata
- Download URL: amplify_aws_utils-0.5.2.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e1b1b4232f03617b0d399bfb766ffb8f1a781dc78d84cac55e42bece182e02d |
|
MD5 | 4a042363c8a9b23e9456bcb5190d9521 |
|
BLAKE2b-256 | 5651c7fe9bf5ace68a3b1806aacd2cce89c3d5070d57c2056e78c0578935281c |