AWS infrastructure as code
Project description
Torvo AWS
An AWS module that provides simplified infrastructure as code.
- All resources should have predictable identifiers, this removes the need for additional state storage and maintenance.
- Actions should be primarily idempotent, this simplifies the amount of code required to manage the infrastructure.
- All functions relating to a resource use the same interface and only access the properties as needed, this minimises the complexity of managing properties.
Usage
Install
pip install torvo-aws
Import
import aws
Use
aws.session.create()
Notes
- We only provide the latest version, don't pin to any specific version.
- For any missing details refer to Boto3
Documentation
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 torvo-aws-1.0.1652836907.tar.gz.
File metadata
- Download URL: torvo-aws-1.0.1652836907.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ad8bf8f6d014e463715e6d8ea0fc3a67761a57c0422a75cef0e205b4e28b4ba
|
|
| MD5 |
74d8ad86414ede078ae9b0ee1c02a733
|
|
| BLAKE2b-256 |
60db600b41d10de1c9b1b8bbf11a2c2302ac87c8c207b87abcacbc153e56c478
|
File details
Details for the file torvo_aws-1.0.1652836907-py3-none-any.whl.
File metadata
- Download URL: torvo_aws-1.0.1652836907-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d0dd4a7f87466fab29e81752d4579ab7057a477e128119e8022219db70b9cee
|
|
| MD5 |
bbd0583ef80e15b1867e98e4141f003a
|
|
| BLAKE2b-256 |
ae589d5c540bbf086f170c441cc8eeb4f1f7c3e6d98040f3954c00317a6341bc
|