Jeff Soloshy
Jeff Soloshy
@boostninja , that's actually the recipe we're using at the moment :) our vpc is created in it's own stack, and lambda functions that should be in that vpc are...
This can be a problem for when a route has been deleted, and a new route with a variable in the same part of the path is now being added....
@josephnaber no, cloudformation considers that a conflicting path. Please read the previous comments. As an aside, your paths should probably look like `/notes/{noteid}` `/entities/{entityid}/notes/{noteid}`
Actually @sshadmand , we ended up going a different route instead as this package doesn't seem to be maintained. Instead, we've gone with [split-stacks](https://github.com/dougmoscrop/serverless-plugin-split-stacks). It can be a little more...