https://pulumi.com logo
Title
a

alert-oyster-87530

04/13/2021, 11:36 PM
Hello! I'm new to Pulumi and trying to follow this tutorial for a JS setup. Is this the right spot to ask some questions? https://www.pulumi.com/docs/guides/testing/integration/
l

little-cartoon-10569

04/13/2021, 11:42 PM
Sure, for the questions specific to TypeScript. There are also other language-specific channels and provider-specific channels (#aws, #azure, etc). And #general if you think the question is broader.
a

alert-oyster-87530

04/14/2021, 12:05 PM
@little-cartoon-10569 thanks. I'm honestly just wondering how to do the exact same thing from the tutorial but in typescript/js
l

little-cartoon-10569

04/14/2021, 8:29 PM
You mean, use the Pulumi golang integration test tools through Typescript? That tool is provided as a golang library, there's no straightfoward way to do that.
The only Typescript-native post-deployment (or in-deployment) solution is CrossGuard / policy as code.
There are lots of other tools that you can leverage, from outside the Pulumi ecosystem.
a

alert-oyster-87530

04/16/2021, 10:37 PM
@little-cartoon-10569 Ah, thank you, I had the thought that it might be just in go.