-
Notifications
You must be signed in to change notification settings - Fork 398
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
dynamodb_table - boto3 migration #726
dynamodb_table - boto3 migration #726
Conversation
dac8672
to
1fb3f35
Compare
@marknet15 if you have time it'd be appreciated if you could review/test this change. It looks like you've used the existing module? |
For general provisioned tables it seems fine 👍🏻 I was able to create provisioned tables with and without indexes etc without an issue: Task result:
However on editing the read / write capacity on an index I do get an error
Example:
Task result:
|
recheck |
|
@alinabuzachis That shows up when the module's blocked from accessing tags. I've run the code locally against a copy of the perms and it's working. Maybe @jillr could double-check that the permissions from mattclay/aws-terminator#163 are live... |
@marknet15 Many thanks for catching that bug, I've added a fix and some extra tests. |
@tremble I had a look through because I was curious and was working on the
locally yeah I see all tags etc, I created mattclay/aws-terminator#171 with a slight adjustment, maybe that would help |
0c8df9f
to
5603d4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Many thanks for this 🙏 |
SUMMARY
Existing boto3 migration (#65) seems to have been mangled by the migration to collections and has bit-rotted. Start from scratch and don't add new features.
ISSUE TYPE
COMPONENT NAME
dynamodb_table
ADDITIONAL INFORMATION