In <aws-native-s3> there is no support for list s3...
# aws
c
In aws-native-s3 there is no support for list s3 buckets. Is there any other way to retrieve the list of s3 buckets using aws-native? (Note: Cloud Control API supported-resources.html has the related list support)
b
why do you need to list s3 buckets? That’s an imperative operation, and isn’t really how Pulumi works
c
Thank you @billowy-army-68599! I was just comparing Cloud Control API & aws-native. I was trying to understand, why the list is not supported in aws-native?
b
I suspect it’s because it’s not a declarative api, but feel free to open an issue