https://pulumi.com logo
#typescript
Title
# typescript
r

refined-terabyte-65361

09/22/2021, 11:39 PM
Hello I am trying to use this example https://www.pulumi.com/docs/reference/pkg/aws/elasticsearch/domainsamloptions/#basic-usage But i get error while trying to import fs I changed it to
Copy code
import * as fs from "fs";
how to fix this ? Thanks
s

steep-toddler-94095

09/23/2021, 12:04 AM
fs.readFileSync("path").toString()
1