mooyoul / serverless-latest-layer-version

A serverless plugin that replaces 'latest' version tag to actual lambda layer version
MIT License
25 stars 9 forks source link

fix: avoid logging the same resolved layer multiple times #33

Closed rfoel closed 1 year ago

rfoel commented 2 years ago

In my use case, I have about 30 lambdas and each one of them have the same 2 layers, which makes the terminal look like this on every deploy:

image

This small fix caches the resolved layers and only log once for each one, making it look a little more pleasent.

image
mooyoul commented 1 year ago

Just merged this PR and new release will be automatically published to npm. Stay tuned!

mooyoul commented 1 year ago

:tada: This PR is included in version 2.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

mooyoul commented 1 year ago

Okay, v2.1.2 just published to npm. Please let me know that release fixes your issue (or if you need anything further). Thank you for your contribution! <3