📣 New Console Command
This release has a new sst console
command that can point the console at different environments outside of your local (sst start
). This allows you to look at CloudWatch logs and manage your app in production.
Learn more about it here: https://docs.serverless-stack.com/packages/cli#console
npx sst console --stage=production
🚀 Enhancement
- #1322 Add console command + cloudwatch logs (@thdxr)
- #1326 Function: show helpful error message when esbuild plugin is not found (@fwang)
- #1324 Support GraphQL formatPayload callback (@thdxr)
Update using:
$ npx sst update 0.61.0
$ yarn sst update 0.61.0