⚠️ Breaking Changes:
- The old sst.Auth construct has been renamed to sst.Cognito. If you are using it be sure to update all references to sst.Cognito - no other changes should be needed.
- The import for createGQLHandler has changed to GraphQLHandler to match AuthHandler and other handlers we will be shipping soon.
Changes
- #1921
c628edfe1
- Stack: use a single function to back all custom sources - #1921
c628edfe1
- SST Auth is available! Checkout docs here: https://docs.sst.dev/auth
Update using:
$ npx sst update v1.10.1
$ yarn sst update v1.10.1