Spring Boot Serverless Functions
Function-as-a-Service
Spring Cloud Function for serverless platforms.
Function Handler
public Function processProduct() {
return request -> productService.create(request);
}Platforms
- AWS Lambda
- Google Cloud Functions