We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4026b commit f9e7843Copy full SHA for f9e7843
www/docs/constructs/migration.md
@@ -65,7 +65,7 @@ Estimated time: 15 minutes
65
66
Prerequisite: Update SST to [v0.59.0](https://github.com/serverless-stack/serverless-stack/releases/tag/v0.59.0) or later
67
68
-1. Run `npx sst update 1.0.0-beta.9`
+1. Run `npx sst update 1.0.0-beta.20`
69
2. For each SST construct used in your app, find its corresponding section in the [Changelog](#changelog) below, and follow the steps to update.
70
3. Ensure that all the constructs have been updated:
71
- For TS projects (ie. using `index.ts`), run `npx run tsc --noEmit` or `yarn run tsc --noEmit` to ensure there are no type errors.
0 commit comments