Serverless: Excluding development dependencies...
S
erverless Error
ServerlessError: No file matches include / exclude patterns
I can deploy this from local no problem, I have no errors, but when I try from bitbucket there's an error. I also don't think its an error with how my include / exclude looks, as if I remove them there is still an error.
I believe it has something to do with development dependencies, but I dont think there are any, as its just a basic serverless project.
- step:
name: Serverless Deploy
deployment: Dev
script:
- npm install
- pipe: atlassian/serverless-deploy:0.2.1
variables:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID_TEST
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY_TEST
DEBUG: "true"
AWS deployment, I have npm install, not sure what else I could be missing
The issue is with deployment for lambda layers. I will update a solution when I find one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.