Skip to content

Commit

Permalink
Adding blog post on console
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Sep 22, 2023
1 parent 56b4c2c commit 76ad730
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 4 deletions.
46 changes: 46 additions & 0 deletions _posts/2023-09-22-new-sst-console.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
layout: blog
title: "New SST Console"
author: jay
---

The new SST Console is out. You can [learn more]({{ site.docs_url }}/console) about it over on our docs.

### What is the SST Console

The SST Console is a web based dashboard to manage your SST apps. With it you can invoke functions, debug issues, view logs, and manage all your apps with your team — [**console.sst.dev**]({{ site.console_url }})

### Features

#### Logs

With the SST Console, you don't need to go to CloudWatch to look at the logs for your functions. It also supports a couple of modes; _recent_, _live_, and _time intervals_.

#### Issues

The SST Console will automatically show you any errors in your Lambda functions in real-time. There is:
- **Nothing to setup**, no code to instrument
- **Source maps** are supported **automatically**, no need to upload
- **No impact on performance** or cold starts, since the functions aren't modified

#### Local logs

When the Console starts up, it checks if you are running `sst dev` locally. If so, then it'll show you real-time logs from your local terminal.

### Your team and AWS accounts

You can create a workspace in the Console, invite your team, and connect all your AWS accounts. It'll automatically discover your SST apps.

### Pricing

The SST Console pricing is based on the number of times the Lambda functions in your SST apps are invoked per month. It comes with a free tier of 1M invocations.

You can [read more about it over on the docs]({{ site.docs_url }}/console#pricing).

### Old Console

The old SST Console is still accessible at [old.console.sst.dev](https://old.console.sst.dev). But we'll be moving away from it in the future.

### Learn more

[Learn more about the new SST Console]({{ site.docs_url }}/console). And if you have any questions, [join us over on Discord]({{ site.discord_invite_url }}).
6 changes: 2 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ description: "Build modern full-stack serverless applications on AWS with Next.j

<div class="header-wrapper">

<!--
<a class="site-announcement" href="{% link _posts/2023-04-17-open-next-v1.md %}">
<a class="site-announcement" href="{% link _posts/2023-09-22-new-sst-console.md %}">
<span class="new">New</span>
<span class="copy">OpenNext 1.0 is out. Learn more</span>
<span class="copy">The new SST Console is here. Learn more</span>
<i class="fa fa-angle-right" aria-hidden="true"></i>
</a>
-->

<div class="site-description">
<h1 class="site-description">Build modern full-stack applications on AWS</h1>
Expand Down

0 comments on commit 76ad730

Please sign in to comment.