delfick / bespin

Opinionated wrapper around boto that reads yaml
MIT License
6 stars 8 forks source link

Migrate boto to boto3 #17

Open atward opened 7 years ago

atward commented 7 years ago

boto2 does not have support for things like:

Boto3 migration checklist:

atward commented 7 years ago

Work started on this in boto3 branch. Will be migrating one service at a time.

MVP migration of cloudformation should be complete. A longer investigation should be done to delegate some of the bespin helper (status/wait/throttle protection) functionality back into boto3/botocore. Also using boto3 resources should help with passing around information.

delfick commented 7 years ago

cool :)

atward commented 7 years ago

bespin.amazon.credentials migration added to boto3 branch. Changed connectors to pass around a single session instead of creating separate clients off default authenticator.

atward commented 6 years ago

Going to look at bespin.amazon.s3