alert-laptop-13489
12/20/2021, 1:50 PMpulumi.String
instead of just a regular Go String
. What's the advantage of using the String from the pulumi
package?billowy-army-68599
12/20/2021, 2:47 PMpulumi.String
indicates it's an output or input, meaning it resolves asynchronously. it's built that way due to a lack of generics in Goalert-laptop-13489
12/20/2021, 4:19 PM