Hi, is it possible to use sst outside of aws, our ...
# help
a
Hi, is it possible to use sst outside of aws, our staging environment is hosted on servers in our office with dbs etc that we will need to access for testing
t
That's probably not going to be possible. I know people use localstack but I'm not sure if it's viable for this. We generally focused on fully cloud based development
a
Okay, thanks for the reply 🙂
f
OR u can use a custom resources that talks to ur servers to provision dbs etc. That seems kinda backward… but should work theoretically