serverless-bundle icon indicating copy to clipboard operation
serverless-bundle copied to clipboard

Lambda hashing not working

Open sweepy84 opened this issue 2 years ago • 2 comments

It seems that lambda hashing isn't working. Every deploy results in ALL functions being deployed, regardless of changes. Even if I run it right after the last deploy.

sweepy84 avatar May 15 '22 05:05 sweepy84

I would also welcome some kind of caching or maybe even prebuild. We like to split build and deploy phase in the CI but with the current way things are working, the build process is repeated during every deploy.

jurajmatus avatar May 28 '22 07:05 jurajmatus

you can prebuild using the package command > https://www.serverless.com/framework/docs/providers/aws/guide/packaging

sweepy84 avatar Sep 23 '22 06:09 sweepy84