bleh the AWS SDK changed Tags form a `pulumi.MapIn...
# golang
i
bleh the AWS SDK changed Tags form a
pulumi.MapInput
to a
pulumi.StringMapInput
forcing me to refactor my code.. not huge, but an unexpected breaking change for a point release
b
hey! yeah we battle with this a lot. Changes to the upstream provider can create type changes like this and they happen regularly. We're still discussing internally how best to handle this for users and we're sorry you had to refactor.
cc @white-balloon-205 for awareness
👍 1