jcabreroca

Results 2 issues of jcabreroca

**Describe the bug** I'm really facing up with S3 event lambda function deserialization. I'm getting: > ClassCastException: class org.springframework.util.LinkedMultiValueMap cannot be cast to class com.amazonaws.services.lambda.runtime.events.models.s3.S3EventNotification Detailed trace: ``` ClassCastException: class...

**Describe the bug** I'm getting this message when I'm trying to invoke my lambda: > org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.cloud.function.context.FunctionCatalog' available I've also tried to launch using `mvn...