Move ECR getCredentials
function out of patches
#4678
Labels
area/docs
Improvements or additions to documentation
kind/engineering
Work that is not visible to an external user
The ECR
getCredentials
function is currently implemented as an upstream patch (https://github.com/pulumi/pulumi-aws/blob/5af66ab23d9fa7e47f10b384e57e896f2fe0568d/patches/0009-Add-ECR-credentials_data_source.patch). This makes it more complex to maintain and document.To simplify this, we should move that function to the top level of the provider and maintain it as a native pulumi function that gets mixed in via the muxer.
At the same time we should add documentation and examples for that function.
The text was updated successfully, but these errors were encountered: