GH-786 Fix regression with RoutingFunction over AWS APIGateway
Resolves #786
This commit is contained in:
@@ -137,7 +137,7 @@ public class RoutingFunction implements Function<Object, Object> {
|
||||
else {
|
||||
throw new IllegalStateException("Failed to establish route, since neither were provided: "
|
||||
+ "'spring.cloud.function.definition' as Message header or as application property or "
|
||||
+ "'spring.cloud.function.routing-expression' as application property.");
|
||||
+ "'spring.cloud.function.routing-expression' as application property. Incoming message: " + input);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user