Hi, just wanna ask what's the difference of sst.js...
# help
m
Hi, just wanna ask what's the difference of sst.json vs serverless.yaml? I've only encountered the sst.json in the starter docs, while the serverless.yaml is everywhere.
f
Hi @Michael James Munar,
sst.json
is the config file for SST, whereas
serverless.yml
is the config file for Serverless Framework.
The examples u find on Serverless Stack use SST (ie.
sst.json
).
m
Ohhhh I see, Makes sense that the sst.json is sst specific. Thanks Frank!