Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate boto to boto3 #17

Open
7 of 10 tasks
atward opened this issue Apr 6, 2017 · 4 comments
Open
7 of 10 tasks

Migrate boto to boto3 #17

atward opened this issue Apr 6, 2017 · 4 comments

Comments

@atward
Copy link
Collaborator

atward commented Apr 6, 2017

boto2 does not have support for things like:

  • sts:GetCallerIdentity
  • authentication profiles
  • tags during cloudformation update-stack
  • CloudFormation change sets

Boto3 migration checklist:

  • bespin.amazon.credentials
  • bespin.amazon.cloudformation
  • bespin.amazon.ec2
  • bespin.amazon.s3
  • bespin.amazon.sqs
  • bespin.amazon.kms
@atward
Copy link
Collaborator Author

atward commented Apr 7, 2017

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
Copy link
Owner

delfick commented Apr 7, 2017

cool :)

@atward
Copy link
Collaborator Author

atward commented Apr 11, 2017

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 added a commit to atward/bespin that referenced this issue Apr 18, 2017
atward added a commit to atward/bespin that referenced this issue May 12, 2017
atward added a commit to atward/bespin that referenced this issue May 18, 2017
Moto 1.0 deprecated support for boto.
Changed all test decorators for bespin functionality which has not yet
been ported to boto3.
Relates delfick#17
@atward
Copy link
Collaborator Author

atward commented Jan 18, 2018

Going to look at bespin.amazon.s3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants