Join Slack
Powered by
Hi, just wanna ask what's the difference of sst.js...
# help
m
Michael James Munar
03/07/2022, 10:20 AM
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
Frank
03/07/2022, 10:50 AM
Hi
@Michael James Munar
,
sst.json
is the config file for SST, whereas
serverless.yml
is the config file for Serverless Framework.
Frank
03/07/2022, 10:51 AM
The examples u find on
Serverless Stack
use SST (ie.
sst.json
).
m
Michael James Munar
03/07/2022, 12:03 PM
Ohhhh I see, Makes sense that the sst.json is sst specific. Thanks Frank!
Open in Slack
Previous
Next