Results 3 comments of Rashid

any ETA on this? We have a need for this soon.

I have the same issue as @nathanchapman . After `sls package`, `.build` directory is deleted and all artifacts move to `.serverless` folder. But the path mentioned in stack.json is `.build/.serverless/`....

Workaround (hacky) to fix this was to NOT delete folder `.build` during packaging. This duplicates artifacts in 2 places. One in `.build/.serverless/` and another in `.serverless/`. But it satisfies all...