Skip to content

v0.55.0

Compare
Choose a tag to compare
@thdxr thdxr released this 27 Dec 23:56
· 3312 commits to master since this release

πŸ†• 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