@aws-cdk/aws-lambda-python-alpha: allow "--without-urls" option to poetry export #27103
Closed
2 tasks
Labels
@aws-cdk/aws-lambda-python
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
I would like the poetry export command to be able to export without the url.
Use Case
the projects I would like to use cdk and poetry with use an authenticated codeartifact url for dependencies which are sourced in the pyproject.toml.
When Poetry exports a requirements.txt it has an un-auth'd URL in the file which causes any install to fail waiting for username and password input. Being able to export without a url would fix this problem.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.85.0
Environment details (OS name and version, etc.)
Mac OS 13.5.1 (22G90)
The text was updated successfully, but these errors were encountered: