- 27 Jan, 2021 3 commits
-
-
buildmaster authored
-
buildmaster authored
-
Oleg Zhurakousky authored
-
- 26 Jan, 2021 5 commits
-
-
Oleg Zhurakousky authored
Fix the way FunctionTypeUtils deals with Kotllin function when it attempts to discover their type. Basically it checks if function-name + '_registration' nean exists and if so it skip discovery and uses the types available in FunctionRegistration which for Kotlin scenarios will always exist. Resolves #632
-
Oleg Zhurakousky authored
Further refactor FunctionInvoker to utilize functionality of AWSLambdaUtils Add Consumer test Resolves #552
-
Oleg Zhurakousky authored
Update FunctionConfiguration.java
-
Oleg Zhurakousky authored
-
Owolabi Timothy authored
Updated typo in comment
-
- 25 Jan, 2021 1 commit
-
-
Oleg Zhurakousky authored
Resolves #636
-
- 22 Jan, 2021 3 commits
-
-
Oleg Zhurakousky authored
Resolves #635
-
Oleg Zhurakousky authored
Resolves #620 polish
-
Oleg Zhurakousky authored
Ensured we have Custom Runtime examples for functional and '@Bean' style Improve AWSLambdaUtils to ensure it works without APIGatewayProxyRequestEvent on classpath
-
- 21 Jan, 2021 1 commit
-
-
Oleg Zhurakousky authored
This commit provides initial set of improvements to executing functions in AWS Custom Runtime - Consistent invocation model for functional as well as @Bean configuration models via new CustomRuntimeEventLoop as well as AWSLambdaUtils - Clean up classpath to decrease the size of the JAR/ZIP file - Configuration simplification which no longer requires enabling of function exporter It also allows user to define functions that rely on AWS types such as APIGatewayProxyRequestEvent The existing invocation model remains in tact for the time being. Both invocation models are mutually exclusing in theit setup to avoid potential conflict. Resolves #538 Resolves #630
-
- 14 Jan, 2021 2 commits
-
-
buildmaster authored
-
Oleg Zhurakousky authored
This reverts commit cbd0bee6.
-
- 13 Jan, 2021 1 commit
-
-
buildmaster authored
-
- 11 Jan, 2021 7 commits
-
-
Oleg Zhurakousky authored
Resolves #627 Resolves #621
-
Dan Dobrin authored
-
Oleg Zhurakousky authored
This reverts commit 6a3bde7d.
-
Oleg Zhurakousky authored
This reverts commit 8cfa04cc.
-
Oleg Zhurakousky authored
-
ncheema authored
This condition was meant to be removed as part of #543 Resolves #624
-
Oleg Zhurakousky authored
Resolves #628
-
- 22 Dec, 2020 1 commit
-
-
buildmaster authored
-
- 21 Dec, 2020 10 commits
-
-
buildmaster authored
-
Oleg Zhurakousky authored
-
buildmaster authored
-
buildmaster authored
-
buildmaster authored
-
buildmaster authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
- 18 Dec, 2020 5 commits
-
-
Oleg Zhurakousky authored
fixed typo. 'dashboard'
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
This is primarily related to Cloud Events. Since we delegate to a separate class for post processing, if outpt message is Cloud Event we will not be doing anything to with regard to header copy in SimpleFunctionRegistry and unstead delegate it to CloudEventFunctionInvocationHelper
-
- 17 Dec, 2020 1 commit
-
-
amolkatdare authored
-