We almost had it in time for Christmas but a belat...
# general
t
We almost had it in time for Christmas but a belated gift to our community 😄 We've been working hard the past month on the new SST Console. In this release we focused on lambda debugging and replaying invocations but we have a lot more coming over the new few weeks. The first line of code for this was written on December 12th - I'll be sharing a bit more about our frontend tech stack that enabled us to move so quickly, some interesting stuff in there
d
Looking forward to this!
s
This sounds awesome, looking forward to checking it out!
j
Dax had a busy December 😉
t
congratulations and thank you @thdxr, looks awesome!
s
this latest update is amazing! man.. the new web-based console rocks
j
Thanks Sam!
s
After upgrading, I see the URL to the SST Console as an output to
sst start
, but the console just says "Waiting for CLI..." What did I do wrong 🙂
Ahh, the chrome console shows it's failing when fetching credentials
I am using SSO and start SST by specifying my profile and config file locations
Copy code
AWS_PROFILE=MY_PROFILE_HERE AWS_SDK_LOAD_CONFIG=1 sst start
t
Hm I'm using SSO as well but are you using that manual refresh script
s
I'm using aws-sso-util
I typically execute
aws-sso-util login
at the start of each day, and I'm good to go for the work day
t
Ok let me try that
@Seth Geoghegan do you havecredential_process setup
s
I see
credential_process
set in my
~/.aws/config
file, if that's what you mean? It was auto populated with
aws-sso-util
using the
aws-sso-util configure
command:
Copy code
[profile MY_PROFILE]
sso_start_url = <https://xxxxxxxx.awsapps.com/start>
sso_region = us-east-1
sso_account_name = MY Company
sso_account_id = XXXXXXXXXXXX
sso_role_name = AWSReadOnlyAccess
region = us-east-1
credential_process = aws-sso-util credential-process --profile MY_PROFILE
sso_auto_populated = true
Not sure if it's relevant, but I do not have a default profile set
t
gotcha I recreated your issue. IDK why I was avoiding aws-sso-util before, this credential process thing is clever
s
Yeah, I've enjoyed using the tool
t
Fixed your issue let me get a release out
s
I just upgraded to 0.55 and am seeing the same issue. Wondering if it's something I'm not doing correctly?
t
0.55.1?
the release note maybe had a typo
s
Ahh, it was something I did wrong 🙂
trying again
It works 🎉
t
hooray hope you enjoy 😄
s
It looks awesome so far!
d
Hi @Seth Geoghegan, what were you doing wrong? Mine is stuck in the Waiting for CLI state too.
s
I "upgraded" to the wrong version of SST, which was incorrectly typed in the release notes. Make sure you upgrade to 0.55.1
j
@Dillon Peterson are you using Safari by any chance?
d
I'm on 0.55.1 and still getting that unfortunately.
@Jay yes I am!
Let me try Chrome.
j
Ah yeah we should’ve mentioned this in the release notes. We don’t support Safari yet. It needs a local certificate that we’ll be adding in one of the coming releases.
d
Ok Chrome works!!!
j
👍
d
Alright thanks Jay!! Appreciate it. Great work guys, as always.
My team loves SST.
j
That’s awesome to hear!