aws-samples / host-yolov8-on-sagemaker-endpoint

MIT No Attribution
35 stars 24 forks source link

fix: upgrade aws-cdk-lib to 2.28.0 #14

Closed charyin closed 3 months ago

charyin commented 8 months ago

Resolves #9

Description of changes: Upgraded aws-cdk-lib version to 2.28.0.

Issue was being caused by aws-cdk-lib==2.22.0, which uses an unsupported version of node (nodejs12.x) for creating and updating Lambda functions for creating custom AWS resources.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.