cocloud

of common code utility for aws services


Keywords
helper, config, logging, common, aws, aws-athena, aws-ecs, aws-s3, aws-ses, aws-sns, aws-sqs, cloudwatch, data-common-code, python3
License
MIT
Install
pip install cocloud==0.2

Documentation

datacoco.cloud

common code for aws services

Installing the latest version

To install the latest version, use pip:

pip install cocore

Modules

Cocloud contains interaction classes for the following aws servies

  • S3
  • Athena
  • SES
  • SNS
  • SQS
  • ECS
  • CloudWatch Logs

Development

Getting Started

It is recommended to use the steps below to set up a virtual environment for development:

python3 -m venv <virtual env name>
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements_dev.txt