🆕 SST Console
Getting Started
- Upgrade to
v0.55.0
- Run
sst start
- Head over to the Console link —
SST Console: https://console.serverless-stack.com/my-app/dev/local
- Enjoy!
Note that, the Console doesn't support Safari yet. It doesn't allow connecting to the localhost http endpoint. We'll be adding support for it in an upcoming release.
What's New
The SST Console is back and it's better than ever! Here's what's new.
-
It has a now has a new home — console.serverless-stack.com and it automatically connects to your local
sst start
. -
There are 3 tabs in the Console:
- Local: This'll show you all your local function invocations grouped by request in real-time.
- Stacks: Here you can get a quick overview of all your stacks and their outputs and resources.
- Functions: This lists all the functions in your constructs and lets you invoke them.
-
There's also a really helpful Replay button for your invocations. It'll replay the specific Lambda invocation, allowing you to easily debug your functions!
And finally, it comes in both dark and light mode 🌝🌚
So give it a try and let us know what you'd like to see next!
🚀 Enhancement
🐛 Bug Fix
📝 Documentation
- #1109 Update MongoDB example with serverless option (@Manitej66)
Update using:
$ npx sst update 0.55.0
$ yarn sst update 0.55.0