https://pulumi.com logo
b

bored-oyster-3147

03/30/2021, 1:54 PM
It's the same functionality if you were to use
Deployment.RunAsync(async () => { // declare resources });
instead of
Deployment.RunAsync<TStack>();