agutoli / serverless-layers

Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.
MIT License
229 stars 54 forks source link

Layer versions are not updated to the latest version number #28

Closed LarsBuur closed 4 years ago

LarsBuur commented 4 years ago

When updating our lambdas the layer version for each lambda is not changed into the latest version.

I just added a new npm module to our package.json and the module created a new layer package and uploaded. However the reference to the new layer version is not updated and is still referencing the old layer number.

agutoli commented 4 years ago

Hi @LarsBuur, can you try 2.1.x version, please?