You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Using cloud id to communicate with Akeyless is great, it removes the need to store credentials to access it. Using this package has a downside though, it depends on many providers libraries (AWS, google-cloud, Azure) even though we only need it for AWS in our case. This causes that our Lambda zip deployment jumps from 800K to 8MBs.
Request:
Have separate packages for each provider
Or, have a require specific in each provider's method so unnecessary providers can be excluded. For instance: changing providers dependencies to peer Dependencies so we can skip installing unneeded ones (ignoring warnings) or install unnecessary ones a dev Dependencies so they are not shipped with the package
Best.
The text was updated successfully, but these errors were encountered:
Description:
Using cloud id to communicate with Akeyless is great, it removes the need to store credentials to access it. Using this package has a downside though, it depends on many providers libraries (AWS, google-cloud, Azure) even though we only need it for AWS in our case. This causes that our Lambda zip deployment jumps from 800K to 8MBs.
Request:
Best.
The text was updated successfully, but these errors were encountered: