So, I’ve updated a few things in my serverless setup like the request model and adding some console.logs for troubleshooting within a lambda and none of my updates are taking affect. My last update according to cloudformation was a few days ago and when i run sls deploy -v
i’m not getting any errors or anything anymore. Below is a screenshot of what I see after running sls deploy -v
It would be great if you share complete logs to get better picture.
It would also be informative if you share version of sls
that’s all that shows when i run sls deploy -v, but the issue turns out to be an issue with the serverless-ignore plugin not working with my current version of serverless which is 2.48.0. Not sure how to resolve.
Perhaps adding below given property in your serverless.yml file could help in pointing the exact configuration issue.
configValidationMode: error
the issue turns out to be an issue with the serverless-ignore plugin not working with my current version of serverless which is 2.48.0
the issue turns out to be an issue with the serverless-ignore plugin not working with my current version of serverless which is 2.48.0