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

KMS: add KMS support #118

Merged
merged 3 commits into from
Apr 3, 2022
Merged

Conversation

zbaylin
Copy link
Contributor

@zbaylin zbaylin commented Dec 17, 2021

This adds support for AWS's Key Management Service.

Unfortunately the service definitions provided by botocore do not provide the necessary resultWrappers (boto/botocore#2576), so I had to modify the override system a bit to add those in.

@tmcgilchrist tmcgilchrist self-requested a review February 9, 2022 02:52
Copy link
Collaborator

@tmcgilchrist tmcgilchrist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice work @zbaylin, the overriding of the resultWrapper looks right.

Could I ask you to squash your work into 2 commits; 1 for the fixes to the generator and associated botocore overrides, and a second commit that just includes the generated code.

Please include a line in the CHANGES.md under #Unreleased with a short description of your changes and a link back to this PR. Many thanks for the contribution.

@zbaylin
Copy link
Contributor Author

zbaylin commented Apr 1, 2022

@tmcgilchrist sure! I'll do that and force push.

Thanks for the review!

@tmcgilchrist tmcgilchrist merged commit d3beb5e into inhabitedtype:master Apr 3, 2022
@tmcgilchrist
Copy link
Collaborator

@zbaylin I'll include this library in the next aws release 1.2.1 #110

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

Successfully merging this pull request may close these issues.

2 participants