mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Resolves https://github.com/serverless/serverless/issues/2442 1. Allow for the given `path` parameter to be an absolute path. Detect this case and do not prepend the service path in this case. 2. Update docs (including random missing apostrophe) 3. Add test to verify absolute path use