Lambda handler function is not being called in CDK package

Job ID: 34408111

Budget: $8 – $15 USD

We have to call a handler function which is located in lambda package from a CDK package.In AWS console I am getting "ClassNotFound" Error in logs. Not sure why CDK is unable to detect the handler function. The function in cdk which is calling handler function is in type script and the Handler function in lambda package is written in Java