npm @serverless-stack/cli 0.55.0
v0.55.0

latest releases: 1.18.4, 1.18.3, 1.18.2...
2 years ago

🆕 SST Console

Getting Started

  1. Upgrade to v0.55.0
  2. Run sst start
  3. Head over to the Console link — SST Console: https://console.serverless-stack.com/my-app/dev/local
  4. 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.

  1. It has a now has a new home — console.serverless-stack.com and it automatically connects to your local sst start.

  2. There are 3 tabs in the Console:

    1. Local: This'll show you all your local function invocations grouped by request in real-time.
    2. Stacks: Here you can get a quick overview of all your stacks and their outputs and resources.
    3. Functions: This lists all the functions in your constructs and lets you invoke them.
  3. 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 🌝🌚

image
image

So give it a try and let us know what you'd like to see next!

🚀 Enhancement

🐛 Bug Fix

📝 Documentation


Update using:

$ npx sst update 0.55.0
$ yarn sst update 0.55.0

Don't miss a new cli release

NewReleases is sending notifications on new releases.