Hello I am trying to use this example <https://www...
# typescript
r
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
fs.readFileSync("path").toString()
1