Closed richardkeller411 closed 5 years ago
Correct, you will need to change the references to APIGatewayProxyRequest and APIGatewayProxyResponse to the application load balancer versions which are ApplicationLoadBalancerRequest and ApplicationLoadBalancerResponse.
If we change the Lambda Entry point to Amazon.Lambda.AspNetCoreServer.ApplicationLoadBalancerFunction the functionHandler in the Main will need to change as well.