GH-698 Fix routing function support in AWS

Introduce auto-fallback to routing function if more then one function is present and no definition is provided.
Add explicit routing sample

Add documentation
This commit is contained in:
Oleg Zhurakousky
2021-05-19 15:22:57 +02:00
parent 86e141c199
commit 039387d9c6
19 changed files with 721 additions and 10 deletions

View File

@@ -18,6 +18,7 @@
<module>function-sample-pof</module>
<module>function-sample-pojo</module>
<module>function-sample-aws</module>
<module>function-sample-aws-routing</module>
<module>function-sample-aws-custom</module>
<module>function-sample-aws-custom-bean</module>
<module>function-sample-supplier-exporter</module>