How to access ASP.NET Core 6 Web API from AWS Lambda using function url instead of API Gateway which has a timeout of 30 seconds?
We can expose the Web API using function url using HttpApi but be aware that its a public url.
builder.Services.AddAWSLambdaHosting(LambdaEventSource.HttpApi);