Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow symlinks in chalicelib #696

Open
johntmyers opened this issue Jan 30, 2018 · 3 comments
Open

Follow symlinks in chalicelib #696

johntmyers opened this issue Jan 30, 2018 · 3 comments

Comments

@johntmyers
Copy link
Contributor

Hi,

I'm wondering if there is currently a way to do this, or request that this is a feature, but following symlinks of packages within the chalicelib directory would be very useful. Especially when sharing custom code between various projects.

Other tools like Apex (apex.run) already do this and it seems to work relatively well.

@joguSD
Copy link
Contributor

joguSD commented Feb 2, 2018

Marking this as a feature request.

@onurmatik
Copy link

onurmatik commented Dec 2, 2018

AWS recently announced "layers" for sharing code and libraries among lambda functions:
https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html

This should be the way to go now, instead of symlinks, as suggested in #1001.

@jessebrennan
Copy link

Layers solve one particular issue, but there are plenty of other reasons to support symlinks in the chalicelib directory. In my particular case, the code I wish to symlink is used by chalice, but is also used by other non-chalice scripts, etc., and should remain where it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants