-
Notifications
You must be signed in to change notification settings - Fork 23.9k
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: AnsibleAwsModule, billing_mode, point_in_time_recovery #68320
Conversation
@anryko, just so you are aware we have a dedicated Working Group for aws. |
The test
The test
The test
The test
The test
The test
|
The test
The test
The test
|
72ce688
to
8491340
Compare
Thanks to Dave Hewy for providing PR for sse encryption and stream functionality. Cleaned up the code to improve the readability. Added unit-test for delete index.
8491340
to
ba80f94
Compare
The test
The test
The test
The test
The test
The test
The test
The test
The test
The test
The test
|
Hi @marknet15 thanks for taking the time to try and move this forward. Unfortunately the AWS modules have been moved from the main Ansible repository. There are now two repos which include AWS modules
dynamodb_table can now be found in the 'community' repo: https://github.com/ansible-collections/community.aws/blob/master/plugins/modules/dynamodb_table.py Additionally the IAM policies used for testing have been moved into https://github.com/mattclay/aws-terminator/tree/master/hacking (the repo will probably get renamed at some point) If you migrate the PR over to the new repo feel free to CC me and I'll have a first pass at reviewing it. |
Hi @tremble, no problem at all and thanks for your response and extra information, much appreciated! I will look at getting the ball rolling and re-create the PR as requested. |
Closing in favor of ansible-collections/community.aws#65 |
@anryko Thanks for the contribution. |
SUMMARY
Fix
AnsibleAwsModule
migration stale PR (#45402). Addbilling_mode
andpoint_in_time_recovery
. Small bug fixes. Integration tests fixes.Fixes #45402
Fixes #56923
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION