Hi , I am trying to use Pulumi for a specific use case , I am not sure , if it can cater it or not so please if someone can let me know it will be a great help.
So basically we are trying to handover the responsibility of hitting all cloud APIs ( AWS , Azure , GCP ) like getting ec2 instances , creating new EC2 instance , or getting ec2 utilisation and many more such things that are supported by SDKs , to our cloud / platform team , who are not very good with coding languages and API hitting and parsing etc.
So can Pulumi make it easier for them to do all the stuff a sdk does and then can send the JSON they got to other teams to use.
Basically , can Pulumi get all the data an SDK can get ?