plain-parrot-21984
04/03/2023, 11:18 AMincalculable-parrot-23117
04/03/2023, 4:45 PMlambda.FunctionEnvironmentArgs{
Variables: pulumi.StringMap{
// ...
},
}
That'll get rid of the warning.Foo{x}
less desirable than Foo{Bar: x}
because if Foo
adds a new field, the former will stop compiling. So for exported types, they recommend the latter.plain-parrot-21984
04/04/2023, 5:18 AMincalculable-parrot-23117
04/04/2023, 4:29 PMplain-parrot-21984
04/11/2023, 10:08 AM