serverless-appsync-plugin icon indicating copy to clipboard operation
serverless-appsync-plugin copied to clipboard

fix: Deployment using serverless-compose

Open timo92 opened this issue 1 year ago • 1 comments

When using serverless-compose to deploy services the current working directory is set to the cwd of the shell. This also occurs when using the --config flag to define the path to the serverless.yml in a different directory.

This PR sets the cwd used by globby to find the GraphQL schema files to the directory of the serverless.yml of the service which matches the behavior described in the documentation.

timo92 avatar Jul 18 '24 09:07 timo92

Thank you. This makes sense.

bboure avatar Jul 18 '24 09:07 bboure

Fixed in #649

AlexHladin avatar Sep 22 '25 15:09 AlexHladin