Hi, I was wondering what they best way to structur...
# help
h
Hi, I was wondering what they best way to structure "common" functions without having to build a layer or an independent lib. In Serverless you could include the common folder, is there something similar in SST for python (I saw something for js)
f
Looking into this rn.
@Hosy Mia, fixed this in v0.32.1. Please update
Copy code
npm install --save --save-exact @serverless-stack/cli@0.32.1 @serverless-stack/resources@0.32.1
and give it a try!