spring-cloud-function
spring-cloud-function copied to clipboard
A refactor on RoutingFunction: function is always null (see line 121).
Basically we are collecting it into a List, but in reality it could very well be a never ending stream, so effectively this is a bug.
**Describe the bug** I'm using Spring Cloud Function and its [AWS adapter](https://docs.spring.io/spring-cloud-function/docs/current/reference/html/aws.html) to develop my AWS Lambda function. I'm using my lambda function as [API Gateway lambda proxy integration](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html), thus...
This is related to https://github.com/spring-cloud/spring-cloud-function/issues/852 We have done experiments based on AWS lambda. 1. springfranework+ lambda handler 2. spring cloud Function + lambda handler(via dep) In both cases the business...
**Describe the bug** My app is built on Spring Boot 2.7.4, Spring Cloud Function 3.2.7, Feign Reactive 3.2.6, and Java 11. I have a function which calls a third party...
Currently, the implementation of **org.springframework.cloud.function.web.util.HeaderUtils** copies the request headers into the response unless the headers are listed as IGNORED or REQUEST_ONLY. These two lists are hard coded as of now....
I see that the `spring-cloud-function-dependencies` lists `spring-cloud-function-adapter-azure`, but not `spring-cloud-function-adapter-azure-web` (which is listed in the [spring documentation](https://docs.spring.io/spring-cloud-function/docs/current/reference/html/azure.html#azure.web.adapter)). Is this planned?
**Is your feature request related to a problem? Please describe.** OK this might be a funny one to describe: Currently we're using custom images, for SCF AWS Lambdas, and rely...
**Describe the bug** SCF version: 2023.0.0 Runtime: Java 21 ``` { "errorMessage": "class [B cannot be cast to class poc.ids.streams.Source ([B is in module java.base of loader 'bootstrap'; poc.ids.streams.Source is...
**Describe the bug** We are trying to build native a spring boot with rest controllers for AWS Lambda. On build, we are receiving the following error: [ERROR] Failed to execute...