kikuomax / cdk-python-library-layer

Turns a private Python package into an AWS Lambda layer
MIT License
0 stars 0 forks source link

Support CDK v2.x #1

Open kikuomax opened 2 years ago

kikuomax commented 2 years ago

Please support CDK v2.x. Maybe in a dedicated branch like v2.x.

kikuomax commented 2 years ago

I faced this issue before. Is it fixed in the latest aws-lambda-python-alpha?

kikuomax commented 2 years ago

I faced this issue before. Is it fixed in the latest aws-lambda-python-alpha?

It does not look like so. https://github.com/aws/aws-cdk/issues/18301#issuecomment-1020410398

kikuomax commented 2 years ago

I faced this issue before. Is it fixed in the latest aws-lambda-python-alpha?

It does not look like so. aws/aws-cdk#18301 (comment)

As far as I tested, it was fixed since 2.7.0-alpha.0.

kikuomax commented 2 years ago

aws-lambda-python-alpha does not matter to this project anyway.