HI, does when I use Pulumi I must use the `pulumi....
# general
w
HI, does when I use Pulumi I must use the
pulumi.Run(func(ctx *pulumi.Context) error {
or there is option to use the SDK directly/other option
s
Because of how Go works, you have to call
pulumi.Run
from a
Main
. This is similar to how Lambda (and presumably other serverless technologies that use Golang) works for Go.