Dan Van Brunt
10/05/2021, 2:59 PMstack and debug stack causes yarn start to fail with
WebSocket connection error Error: getaddrinfo ENOTFOUND <http://NOTTELLING.execute-api.us-east-1.amazonaws.com|NOTTELLING.execute-api.us-east-1.amazonaws.com>
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:67:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: '<http://NOTTELLING.execute-api.us-east-1.amazonaws.com|NOTTELLING.execute-api.us-east-1.amazonaws.com>'
}
Feels like this should instead either:
• CLI Error out with debug stack not found
• CLI detect debug stack missing and redeploy it
In the mean time… is there a SST command to redeploy the debug stack?thdxr
10/05/2021, 2:59 PMthdxr
10/05/2021, 2:59 PMthdxr
10/05/2021, 3:00 PM.build folder?Dan Van Brunt
10/05/2021, 3:02 PM.build folder worked… its redeploying debug stack now.
Seems like a Bug?thdxr
10/05/2021, 3:05 PMFrank
sst start tries to cache infrastructure state to speed up subsequent sst start time. We are going to remove the local cache and check against the real template last deployed to CFN.Frank
Slawomir Stec
10/25/2021, 12:36 PMSlawomir Stec
10/25/2021, 12:36 PMSlawomir Stec
10/25/2021, 12:38 PMSlawomir Stec
10/25/2021, 12:38 PMSlawomir Stec
10/25/2021, 12:40 PMFrank
Slawomir Stec
11/02/2021, 3:33 AM