I’m using Typescript. when running the following lines I can see that it’s takes a lot of time much ...
r
I’m using Typescript. when running the following lines I can see that it’s takes a lot of time much more when I run it using the cli
Copy code
const prevOpts: PreviewOptions = {}
    const changes = await stack.preview(prevOpts)
    console.log(
      `preview summary: \n ${JSON.stringify(changes.changeSummary, null, 4)}`
    )
since the preview works in front of the existing state file which is located in s3 it’s very time consuming