Serverless-Framework-familiar friends — does this ...
# help
c
Serverless-Framework-familiar friends — does this top-level property in a serverless.yml doc need to be declared someway in SST or does SST’s build process already account for what it’s meant to accomplish?
Copy code
package:
  individually: true
m
Serverless != SST
c
Fair enough @manitej - I’m trying to convert some definitions from SLS to SST and working to better understand which elements need to be specifically declared vs. are addressed as part of SST’s underlying, persistent functionality
r
I suspect that's equivalent to the default bundle behaviour (true) in SST.
c
Thanks Ross
j
Yeah @Ross Coundon is right. We do that by default in SST.