We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is my yml file:
service: covation-labs-api provider: name: aws runtime: nodejs10.x stage: v1 region: eu-central-1 memorySize: 128 package: excludeDevDependencies: false individually: true include: - dist/** - package.json plugins: - serverless-plugin-common-excludes - serverless-plugin-include-dependencies custom: includeDependencies: always: - 'dist/**' functions: app: handler: dist/lambda.handler events: - http: path: / method: ANY cors: true - http: path: /{proxy+} method: ANY cors: true
The problem is the node modules are not moving inside node_modules. I want have all the packages in node_modules which are used inside /dist folder.
I am running: serverless package
serverless package
Please help!
The text was updated successfully, but these errors were encountered:
what is in /dist? when does that get written to /dist?
Sorry, something went wrong.
No branches or pull requests
This is my yml file:
The problem is the node modules are not moving inside node_modules. I want have all the packages in node_modules which are used inside /dist folder.
I am running:
serverless package
Please help!
The text was updated successfully, but these errors were encountered: