Hey all. I’m new to Pulumi and have been working t...
# typescript
t
Hey all. I’m new to Pulumi and have been working through the TS examples in awsx docs…and it looks like either the docs or the typings are incorrect. The example for creating a new VPC uses:
const vpc = new awsx.ec2.Vpc("custom");
<- but according to
@pulumi/awsx
this is insufficient/invalid. https://joeysharesthings.com/9gyxoc
m
Hi there — which example are you using? We’re in the process of updating
@pulumi/awsx
, so the docs and examples may be a bit out of alignment while the current release and the newer beta coexist
Happy to take a look at a few specific ones with ya