Conversation
|
@Ricz2024 what does this new RPC do? |
@tituscarl ListGCPServices retrieves the list of available GCP services (service code, service ID, display names, and SKUs) stored in DynamoDB. It is intended to be used as a reference when creating a GCP exclude service entry via CreateExcludeServiceEntry, so the caller knows what valid GCP service codes and SKUs are available to exclude. |
|
@Ricz2024 for AWS is it available? |
for AWS I've hardcoded it |
|
Is this a new feature? if not, how does previous implementation retrieves the list? |
|
We cannot hardcode for GCP? |
|
It’s not totally new since it’s already implemented in CSTool, and we plan to make it a feature in Ripple.
We could hardcode GCP services, but I don't have a definitive list of which services need to be available for exclusion and that list may vary. That is why I created this RPC to dynamically retrieve the data from the RIPPLE table using the sort key prefix |
|
I see, how does CSTool implement it? The list service part |
|
@tituscarl, same as this, I’ve created an API to get the list. |
|
Wait, so there is an existing API same like this one? but not in blue? |
|
@tituscarl yes but its only available for CSTool. |
|
@flowerinthenight if you have time, can you please also take a look? thanks! |
No description provided.