rapid-receptionist-28528
01/02/2023, 12:22 PMconst 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