Adjust branch variable value

This commit is contained in:
Olga Maciaszek-Sharma
2019-06-21 12:25:10 +02:00
parent 93d5ac6ccc
commit 51e2eefcbf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
:branch: master
:branch: 2.1.x
The adapter has a couple of generic request handlers that you can use. The most generic is `SpringBootStreamHandler`, which uses a Jackson `ObjectMapper` provided by Spring Boot to serialize and deserialize the objects in the function. There is also a `SpringBootRequestHandler` which you can extend, and provide the input and output types as type parameters (enabling AWS to inspect the class and do the JSON conversions itself).

View File

@@ -1,4 +1,4 @@
:branch: master
:branch: 2.1.x
This project provides an adapter layer for a Spring Cloud Function application onto Azure.
You can write an app with a single `@Bean` of type `Function` and it will be deployable in Azure if you get the JAR file laid out right.