so, like.. is running SST in debug mode not even p...
# help
s
so, like.. is running SST in debug mode not even possible with the AWS outage? my process is stuck here:
Copy code
[...]

 āœ…  dev-microservices-api-users (no changes)


 āœ…  dev-microservices-api-media (no changes)


 āœ…  dev-microservices-api-reels (no changes)
s
what region are you running in?
SST deploys a DynamoDB table and an API Gateway websocket API in addition to your application infrastructure when you run
sst start
to enable the live lambda development environment
DynamoDB is on of the services that has been called out as one of the services having issues, particularly in the us-east-1 region
s
I’m in us-east-1
welp, I guess I have a valid excuse to goof off and not work šŸ˜†
s
yeah, that could certainly be the problem
šŸ˜†
depending on how your SST app works, you could try deploying to another region
SST should deploy it's resources to whichever region you choose
although, according to AWS
Copy code
[2:04 PM PST] We have executed a mitigation which is showing significant recovery in the US-EAST-1 Region. We are continuing to closely monitor the health of the network devices and we expect to continue to make progress towards full recovery. We still do not have an ETA for full recovery at this time.
s
I just saw that
s
so, you may have to get back to work shortly šŸ™‚
f
Yeah, I switched to working in us-east-2. That seems to work for me atm.