Skip to main content

AWS boto3 objects for python

Project description

ccaaws

Python objects wrapped around boto3

botosession.py

Base class inherited by all the others. Manages connections to AWS via access keys or profiles.

cfnclient.py

CloudFormation client

cwclient.py

CloudWatch client

iamclient.py

Access to IAM functions - mainly for user access key management.

Can raise an AccessKeyError exception on failure.

from ccaaws.iamclient import IamClient

iam = IamClient("iam.user")
newkey = iam.rotateKeys()

paramstore.py

SSM ParameterStore client

Project details


Download files

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

Source Distribution

ccaaws-0.3.1.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

ccaaws-0.3.1-py3-none-any.whl (12.8 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