Erik Erikson 0d9e6ef2f6 Allow invoke to accept absolute paths
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
2016-10-18 15:08:14 -07:00

1.4 KiB

Guide

This guide will help you build your Serverless services. We'll start by giving you information on how to install Serverless. After that we create and deploy a service, invoke a service's function and add additional event sources to our function.

At the end we'll add custom provider resources to our service and remove it.

We always try to make our documentation better, so if you have feedback on the Guide please let us know in our Forum or open an Issue in our Github repository

Getting started

Advanced Guides