AWS CDK new LambdaFunction cannot find functionArn – Amazon web services
Whilst building a new LambdaFunction, with the AWS CDK aws-lib, I am encountering an issue when integrating the Lambda with the httpApi on API Gateway. Expected result: Have a Lambda function trigger upon posting to a method on the httpApi…