Hey guys, I have a question. Is it possible to spi...
# help
m
Hey guys, I have a question. Is it possible to spin up sst just locally without actually deploying to AWS? Something like using sam local?
t
Hey Manoel - we don't have a way to do this because SST is mostly focused on cloud based local development
We only run lambda execution locally but it still depends on real things that are deployed.
I'd suggest using a testing framework if you want to test very specific functionality
m
Ah, sure. How you guys are doing integration tests? I have my application unit tested, but I want to test if everything is working when every piece is put together. But I also want to mock some external services requests (like API requests) during these tests.