Closed
Description
Ran into the same issue (#996) when using spring-boot 3.x and 4.x function in aws. I was able to confirm 3.2.10 works as expected. Using gradle to build, test project used: solidline@bbb303b
error response in aws:
{
"errorMessage": "No qualifying bean of type 'org.springframework.cloud.function.context.FunctionCatalog' available",
"errorType": "org.springframework.beans.factory.NoSuchBeanDefinitionException"
}
as of now no known solution.
Originally posted by @solidline in #996 (comment)