Hi <@U01JVDKASAC> is there an example of the serve...
# seed
k
Hi @Frank is there an example of the serverless.yml for https://seed.run/docs/adding-a-service ?
f
Hey @Kristian Lake, I’m not sure if I totally get what you meant. What do u want to see in the example?
k
Hi Frank, just after an example of the contents of the serverless.yml file if possible for use with seed
My assumption is that in order for this to be zero administration adding things manually into seed that we need these serverless.yml files in the source code
I settled for this in the end. not sure if anything else should go in the file though lol
f
hmm.. serverless.yml is for Serverless Framework projects. But if I recall correctly, you are only using SST right?
k
Thats right Frank, Do I do this some other way for SST?
f
There might be some confusions here. If you are using SST, most likely you only have 1 SST app (ie.
sst.json
) at your repo root.
But if you have multiple SST apps in your repo, you can follow the
Add a Service
doc above to add them.
k
Ah okay that makes sense
f
Yeah for most SST users, a Seed app just have 1 service (sst.json) in them.
k
Thanks for clearing that up for me