-
Notifications
You must be signed in to change notification settings - Fork 140
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
Feature request: Include/Exclude Interface for AWS Lambda Builders #516
Comments
I think the functionality should be just like |
👍 Having an optional
It fits with developer expectations set by many other mature tools and could easily be a non breaking change by defaulting to the hardcoded |
Has there any progress been made on this so far, to come up with a decision? |
Describe your idea/feature/enhancement
There are currently two opposing feature requests that go hand-in-hand. One is to include files/directories in the resultant build package, and one is for exclusion. Both of these are genuine use-cases across various runtimes, and, as such, we believe should be handled together though a common include/exclude interface for the Lambda Builders library.
Include: Issue #430, PR #431
Exclude: Issue #185, PR #424
This should start with an initial design document, and once approved, can be implemented. The important notes for the design to address:
The text was updated successfully, but these errors were encountered: