(aws-lambda-python-alpha): npm install fails due to dependency conflict with aws-cdk-lib #26003
Labels
@aws-cdk/aws-lambda-python
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
aws-lambda-python-alpha cannot be installed in a CDK JavaScript app due to a dependency conflict with aws-cdk-lib.
Expected Behavior
npm install @aws-cdk/aws-lambda-python-alpha
installs the npm package without errorCurrent Behavior
npm install
fails with the following error:Reproduction Steps
cdk init app --language=typescript
npm install -D @aws-cdk/aws-lambda-python-alpha
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.84.0 (build f7c792f)
Framework Version
No response
Node.js Version
v18.16.0
OS
macOS 12.6.5
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: