aws / aws/aws-lambda-builders

Feature request: Skip binary validation when builder is not used for any language

Open
#831 3 comments 0 reactions 0 assignees View on GitHub
area/build contributors/good-first-issue contributors/welcome type/feature
Dominant language
Python
Stars
380
Forks
161
Avg merge
1d 1h
Merged PRs (30d)
2

Description

### Describe your idea/feature/enhancement

Basically as an extension of #678, which was fixed by #830. The issue is that for a given build system we don't really need to have the language binary available to us if all we're doing is copying the source files into the build directory. In #830, this was fixed by checking if dependencies needed to be resolved, and if they didn't we don't need to validate the binary existing because we're only copying the source files. This same flow could be true of other languages.

### Proposal

Same as #830 but for different languages.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.