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
manitej
11/05/2021, 3:29 PM
Serverless != SST
c
Clayton
11/05/2021, 3:33 PM
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
Ross Coundon
11/05/2021, 3:40 PM
I suspect that's equivalent to the default bundle behaviour (true) in SST.
c
Clayton
11/05/2021, 3:45 PM
Thanks Ross
j
Jay
11/06/2021, 12:19 AM
Yeah @Ross Coundon is right. We do that by default in SST.