From 76ad7306f4aad7ce99355d71f8fad8ea1c3031fb Mon Sep 17 00:00:00 2001 From: Jay V Date: Fri, 22 Sep 2023 13:52:31 -0400 Subject: [PATCH] Adding blog post on console --- _posts/2023-09-22-new-sst-console.md | 46 ++++++++++++++++++++++++++++ index.md | 6 ++-- 2 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 _posts/2023-09-22-new-sst-console.md diff --git a/_posts/2023-09-22-new-sst-console.md b/_posts/2023-09-22-new-sst-console.md new file mode 100644 index 000000000..a56c10fc4 --- /dev/null +++ b/_posts/2023-09-22-new-sst-console.md @@ -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 }}). diff --git a/index.md b/index.md index 13f528cf0..aa1060d59 100644 --- a/index.md +++ b/index.md @@ -7,13 +7,11 @@ description: "Build modern full-stack serverless applications on AWS with Next.j
-

Build modern full-stack applications on AWS