I have 2 AWS Lambda functions defined using AWS CDK. The stack has them defined pretty straight forward.
How do I call Lambda function 2 from Lambda function 1? Is using state machines (AWS Step Functions) really the only way? I don't mind them but would really like to know how to call a Lambda function in code.