-
Notifications
You must be signed in to change notification settings - Fork 397
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 support for TableClass #829
Comments
@nick-zh thank you for this feature idea. Would you be willing to work on this and open and pull request? |
I am quite busy on a new project, but once i find some time, i can try to add it ✌️ |
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Feb 7, 2022
Add dynamodb table class support SUMMARY Add support for defining a TableClass on DynamoDB tables. TableClass was introduced as part of botocore version 1.23.18 https://github.com/boto/botocore/blob/develop/CHANGELOG.rst#12318 Fixes: #829 ISSUE TYPE Feature Pull Request COMPONENT NAME dynamodb_table ADDITIONAL INFORMATION https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.create_table https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.update_table Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Woolley <[email protected]> Reviewed-by: Jill R <None>
patchback bot
pushed a commit
that referenced
this issue
Feb 7, 2022
Add dynamodb table class support SUMMARY Add support for defining a TableClass on DynamoDB tables. TableClass was introduced as part of botocore version 1.23.18 https://github.com/boto/botocore/blob/develop/CHANGELOG.rst#12318 Fixes: #829 ISSUE TYPE Feature Pull Request COMPONENT NAME dynamodb_table ADDITIONAL INFORMATION https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.create_table https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.update_table Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Woolley <[email protected]> Reviewed-by: Jill R <None> (cherry picked from commit 15d69c9)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Feb 7, 2022
[PR #880/15d69c91 backport][stable-3] Add dynamodb table class support This is a backport of PR #880 as merged into main (15d69c9). SUMMARY Add support for defining a TableClass on DynamoDB tables. TableClass was introduced as part of botocore version 1.23.18 https://github.com/boto/botocore/blob/develop/CHANGELOG.rst#12318 Fixes: #829 ISSUE TYPE Feature Pull Request COMPONENT NAME dynamodb_table ADDITIONAL INFORMATION https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.create_table https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.update_table
Many thanks ❤️ |
abikouo
pushed a commit
to abikouo/community.aws
that referenced
this issue
Oct 24, 2023
ec2_tag - remove deprecated 'state=list' SUMMARY Remove the deprecated state list from ec2_tag. This functionality has been moved to the ec2_tag_info module. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_tag ADDITIONAL INFORMATION See also ansible/ansible#66840 Reviewed-by: Alina Buzachis <None>
abikouo
pushed a commit
to abikouo/community.aws
that referenced
this issue
Oct 24, 2023
ec2_tag - simplified 'required' logic SUMMARY We removed the 'list' functionality in ansible-collections#829 which now makes tags required for all states, simplify the logic. ISSUE TYPE Docs Pull Request Feature Pull Request COMPONENT NAME plugins/modules/ec2_tag.py ADDITIONAL INFORMATION Not added a changelog, this rolls up into the change made for ansible-collections#829 which has its own changelog Reviewed-by: Alina Buzachis <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
It would be great to have support for table class for DynamoDB, depending on the use case, this can save cost
Possile values are:
Issue Type
Feature Idea
Component Name
dynamodb
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: