serverless-bundle
serverless-bundle copied to clipboard
Lambda hashing not working
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.
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.
you can prebuild using the package command > https://www.serverless.com/framework/docs/providers/aws/guide/packaging