You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-function-adapters/spring-cloud-function-adapter-aws/src/main/java/org/springframework/cloud/function/adapter/aws/FunctionInvoker.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ private void start() {
138
138
+ "If invocation is over API Gateway, Message headers can be provided as HTTP headers.");
139
139
}
140
140
else {
141
-
logger.info("More then one function is available in FunctionCatalog. " + names
141
+
logger.info("More than one function is available in FunctionCatalog. " + names
142
142
+ " Will default to RoutingFunction, "
143
143
+ "Expecting 'spring.cloud.function.definition' or 'spring.cloud.function.routing-expression' as Message headers. "
144
144
+ "If invocation is over API Gateway, Message headers can be provided as HTTP headers.");
0 commit comments