Python Libraries to do various things with AWS
Project description
Introduction
A python module which wraps boto3 functions to provide commonly used AWS operations.
Example Usage
Service: Route53
#get the aws zone_id, given the domain name, e.g example.com
zone_id = route53.get_route53_zone_id(domain_name)
#update dns record with new ip
route53.update_route53_record_set(zone_id, domain_name, ip)
Building
hatch build -t wheel
twine upload --repository testpypi dist/*
Running tests
cd src
python -m unittest test/test_route53.py
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws_common_modules-0.11.tar.gz.
File metadata
- Download URL: aws_common_modules-0.11.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4b21908be34c786cebe04d2b77d0d84e42ed8e22875ac6402a027762cffa2f3
|
|
| MD5 |
a7691bfdf27f0a4af09b47419a99f84f
|
|
| BLAKE2b-256 |
b190065320e761f2046502db2e27a5665a8c58a083526a34efc559095c4b878e
|
File details
Details for the file aws_common_modules-0.11-py3-none-any.whl.
File metadata
- Download URL: aws_common_modules-0.11-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e2415b5d49ae5a8df1e755808a52e93eac1f8cee75a37aed0dcbc5371ff1159
|
|
| MD5 |
106042657a0ab9358dfa3924aa9d53a8
|
|
| BLAKE2b-256 |
83238f85bc1311de72177f3d0552ed0c06913aaafe9ec53541596cb70127bda5
|