Spring Cloud Function


Table of Contents

1. Introduction
2. Getting Started
3. Building and Running a Function
4. Function Catalog and Flexible Function Signatures
4.1. Java 8 function support
4.2. Kotlin Lambda support
5. Standalone Web Applications
6. Standalone Streaming Applications
7. Deploying a Packaged Function
8. Functional Bean Definitions
8.1. Comparing Functional with Traditional Bean Definitions
8.2. Testing Functional Applications
8.3. Limitations of Functional Bean Declaration
9. Dynamic Compilation
10. Serverless Platform Adapters
10.1. AWS Lambda
10.1.1. Introduction
10.1.2. Notes on JAR Layout
10.1.3. Upload
10.1.4. Platfom Specific Features
HTTP and API Gateway
10.2. Azure Functions
10.2.1. Notes on JAR Layout
10.2.2. Build
10.2.3. Running the sample
10.3. Apache Openwhisk
10.3.1. Quick Start