spring-cloud-function
spring-cloud-function copied to clipboard
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....
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`...
**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...
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...
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...
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...
Perhaps a link to documentation's Quick Start - #643
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
See this commit https://github.com/spring-cloud/spring-cloud-function/commit/428243ce489d4df35b9bdfabe402512c5a0f1030
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...