GH-829 Add docs for routing under Custom Runtime

Resolves #829
This commit is contained in:
Oleg Zhurakousky
2022-05-10 16:16:43 +02:00
parent 8d4b429dd0
commit 027c12aa4c

View File

@@ -90,6 +90,9 @@ Also, note that since AWS does not allow dots `.` and/or hyphens`-` in the name
dots with underscores and hyphens with camel case. So for example `spring.cloud.function.definition` becomes `spring_cloud_function_definition`
and `spring.cloud.function.routing-expression` becomes `spring_cloud_function_routingExpression`.
===== AWS Function Routing with Custom Runtime
When using <<Custom Runtime>> Function Routing works the same way. All you need is to specify `functionRouter` as AWS Handler the same way you would use the name of the function as handler.
==== Notes on JAR Layout