spring-cloud-function icon indicating copy to clipboard operation
spring-cloud-function copied to clipboard

Results 129 spring-cloud-function issues
Sort by recently updated
recently updated
newest added

The sample functions all have examples using Maven but not gradle. I tried to convert the pom.xml into a build.gradle file but was not able to achieve the same result....

ideal-for-contribution
GCF

One of the requirements to using the GCP adapter is to manually specify the main class in a `manifest.mf` file. Is this still necessary after the addition of the `GcfJarLauncher`...

GCF

**Is your feature request related to a problem? Please describe.** This problem relates to a scenario when you want to use azure functions in combination with other resources in Azure...

waiting-on-feedback
AZURE

I'm assuming that it's Azure and its runtime that are instantiating `AzureSpringFunctionInitializer`/`AzureSpringBootRequestHandler`, which is also why you're required to have a no-arg constructor. I'd like to be able to inject...

documentation
AZURE

Looking at the Azure protobuffer definitions, it looks like we ought to be able to hook into a stream of events into a single function directly. There's no support for...

enhancement
ideal-for-contribution
AZURE

The proposal is to have something like `@ControllerAdvice` and `@ExceptionHandler` that allow the user to decide what Message should be returned to the client if an exception occurs. Maybe we...

ideal-for-contribution
AWS

Perhaps a link to documentation's Quick Start - #643

documentation

Create general Quick Start guide similar to the one we have for AWS adapter. Perhaps Quick Start pointing to other quick starts in stream, web etc where functions are used

documentation

See this commit https://github.com/spring-cloud/spring-cloud-function/commit/428243ce489d4df35b9bdfabe402512c5a0f1030

documentation

I pulled the sample projects locally and built the aws example project with maven. I uploaded the example to an AWS Lambda and found the application ran perfectly fine. When...

ideal-for-contribution
AWS