-
Notifications
You must be signed in to change notification settings - Fork 89
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
Docker-less dependency resolution (CDK \ SAM) #579
Comments
Thank you for submitting your RFC! Please be aware that the RFC process is currently on hold, as we announced in August 2023, and we won't be able to review it immediately. We will resume the review of this request once we have clarified the future of the RFC process. I suggest keeping the RFC in status/proposed in the meantime. |
Thanks @evgenyka , I will check in periodically. |
Will it auto-close for non activity? |
I will try to follow the RFC process renewal and this thread so it won't be lost to time. |
Not a priority at the moment. Also, this is a feature request in an Experimental (alpha) module. Suggest building your own construct, if you are interested in exploring this concept, and then submit via PR. |
Description
Today, CDK deploy uses docker as it's backend to collect and install dependencies. I'm proposing a way to to that without using Docker. It will also allow building for different OS targets and Lambda runtimes.
There are 2 ways to build without docker:
As far as I understand, it can be incorporated into PythonFunction or SAM (which also uses Docker under the hood).
Roles
Workflow
status/proposed
)status/review
)status/api-approved
applied to pull request)status/final-comments-period
)status/approved
)status/planning
)status/implementing
)status/done
)The text was updated successfully, but these errors were encountered: