Conversation
plux.ini instead of entry_points.txtplux.ini instead of entry_points.txt for localstack dependencies
bentsku
left a comment
There was a problem hiding this comment.
Nice work! This is gonna be really practical, thanks for opening the PR 🙏
Just a comment about the docstring that is a bit outdated now, added a suggestion, not sure if @alexrashed wants to comment on it?
Also saw that Alex is out, will ask for a check of @thrau 👍
@thrau this has already been done for pro, right? this PR also updates that behavior. Or do you mean another change? |
right! updated my comment :-) |
Co-authored-by: Ben Simon Hartung <42031100+bentsku@users.noreply.github.com>
Changes + Motivation
Co-Authored by: @bentsku
localstackrunning in a container I noticed that it wasn't mounting the updatedplux.inichanges when using--mount-entrypointssince it was still looking for theentry_points.txtfile and mounting that instead.plux.inifile.entry_points.txtfor dependencies that aren'tlocalstack_coreandlocalstack_extkeeping the old behavior for these cases.