Open sebasrp opened 2 years ago
can you explain in bit detail what do I have to do
All changes should only be needed to be done in https://github.com/sebasrp/awslimitchecker/blob/main/internal/services/dynamodb.go and the respective https://github.com/sebasrp/awslimitchecker/blob/main/internal/services/dynamodb_test.go file.
Pick one quota you want to implement, then:
For eg, for quota Account-level read throughput limit (Provisioned mode)
you would need to iterate through the list of tables and sum the provisioned iops
DynamoDb quota coverage is not completed - see table below for quotas that exist that are supported in service quotas
For detailed on these quotas, check the official documentation
Changes will be on https://github.com/sebasrp/awslimitchecker/blob/main/internal/services/dynamodb.go