Sam Frampton
06/21/2022, 10:03 PMSam Frampton
06/21/2022, 10:03 PM"@serverless-stack/cli": "^0.69.3",
"@serverless-stack/resources": "^0.69.3",
Sam Frampton
06/21/2022, 10:03 PMSam Frampton
06/21/2022, 10:04 PM{
"version": "0.2.0",
"configurations": [
{
"name": "Debug SST Start",
"type": "node",
"request": "launch",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
"runtimeArgs": [
"start",
"--increase-timeout"
],
"console": "integratedTerminal",
"skipFiles": [
"<node_internals>/**"
]
},
{
"name": "Debug SST Tests",
"type": "node",
"request": "launch",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
"args": [
"test",
"--runInBand",
"--no-cache",
"--watchAll=false"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"env": {
"CI": "true"
},
"disableOptimisticBPs": true
}
]
}
Frank
stuck indefinitely on Deploying Stacks...That sounds like CloudFormation is taking long to deploy and
sst start
has not boot up yet (^ local is not ready to receive requests yet)Sam Frampton
06/22/2022, 2:14 PMFrank
Sam Frampton
06/22/2022, 2:19 PMsam-dev-4
& then in Cloudformation the stacks have status UPDATE_COMPLETE - I'm unable to trigger routes / Client not connected. Make sure "sst start" is running.Sam Frampton
06/22/2022, 7:37 PM