Initial commit of Google Function Adapter

implement HttpFunction
add headers processing
Some refactoring [WIP]
Add invoker integration test
Make test classes nested within test.
Add sample and refdoc

Resolves #468
This commit is contained in:
dsolomakha
2020-02-26 12:30:00 -05:00
committed by Oleg Zhurakousky
parent 366d05050f
commit fcdb6ae8c3
10 changed files with 576 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
<module>function-sample-aws-custom</module>
<module>function-sample-azure</module>
<module>function-sample-spring-integration</module>
<module>function-sample-gcp</module>
</modules>
<build>