generated from timoguin/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): Commands to read/write AWS Accounts in DynamoDB (#11)
### Added - Adds an `organizations write-accounts-to-dynamodb` CLI command - Adds an `organizations read-accounts-from-dynamodb` CLI command - Adds DynamoDB (de)serialization functions and requests helpers to utils ### Changed - Updates the Makefile to allow setting a custom PYTHONBREAKPOINT when debugging - Updates `OrganizationDataBuilder` to allow setting the client during init - Updates `OrganizationDataBuilder` to allow excluding account parent data lookups - Renames `ModelBase` serialization function prefixes from `as_` to `to_` - Updates `APIClient.api()` to only pascalize keys in kwargs, not the values. This fixes a bug that was causing items being inserted into DynamoDB to be pascalized. - Updates `APIClient()` and `APIClient.Connect()` to skip creating the client if it already exists
- Loading branch information
Showing
8 changed files
with
170 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.