CloudWanderer-io / CloudWanderer

A Python package which wanders across your AWS account and records your resources in a variety of Storage Connectors
http://cloudwanderer.io
MIT License
24 stars 1 forks source link

Formalise cloud provider interface - create an abstract class #66

Open Sam-Martin opened 3 years ago

Sam-Martin commented 3 years ago

We are a gnats hair from a standardised interface for the cloud providers. Move any AWS specific methods into the boto3 interface and create an abstract class for the cloud provider.

Sam-Martin commented 3 years ago

First part completed in 0.11.0. Abstract class still pending.