-
Notifications
You must be signed in to change notification settings - Fork 230
Overriding the servicePath breaks other plugins #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This also breaks serverless-azure-functions. |
Is there any timeframe for fixing this? Without this fix this plugin is rendered useless in working with layers without including other plugins such as serverless-jetpack |
hello, i have a possible solution for this can someone give me the rights to open a PR please? also, a workaround here is to include your graphql schema location in the pacakge.patterns array like so:
|
@medikoo tagging you to point you to my comment above :) |
Hello. This package overrides the servicePath, causing issues for other plugins that are now trying to find files (such as the
schema.graphql
) in the.build
folder instead of the root.I ran into this issue with the serverless-appsync-simulator, and I see it also causes issues when using Lambda layers.
Is there any chance this functionality can be changed to improve compatibility with other plugins?
The text was updated successfully, but these errors were encountered: