Commit Graph

357 Commits

Author SHA1 Message Date
Oleg Zhurakousky
aa53f67b26 GH-784 Modified AWS example to NOT rely on web
Resolves #784
2022-01-26 18:26:37 +01:00
Oleg Zhurakousky
5d26534283 GH-785 Ad initial support for ApplicationLoadBalancerRequestEvent in AWS
Resolves #785
2022-01-25 18:47:51 +01:00
Oleg Zhurakousky
9474ed1dfd GH-787 Fix 'body' format in JSON output for AWS responses
Resolves #787
2022-01-25 14:00:56 +01:00
Oleg Zhurakousky
2771fe905d Cleanup version determination in CustomRuntimeEventLoop 2022-01-17 18:06:52 +01:00
Oleg Zhurakousky
ff9cb57741 GH-789 Propagate AWS FunctionInvoker exceptions
They will be handled by the AWS runtime and properly reported and recorded.
Resolves #789
2022-01-12 10:44:29 +01:00
Oleg Zhurakousky
4f3cef17be GH-786 Fix regression with RoutingFunction over AWS APIGateway
Resolves #786
2022-01-03 14:42:31 +01:00
Oleg Zhurakousky
a174ab34b8 Add support for returning Mono for gRPC requestReply
Resolves #776
2021-12-07 15:02:40 +01:00
Oleg Zhurakousky
18d68c5130 Add additional logging to CustomRuntimeEventLoop 2021-12-06 12:55:42 +01:00
Oleg Zhurakousky
c30d9072b4 Cleanup in grpc docs 2021-12-06 09:54:43 +01:00
buildmaster
c6540befdf Bumping versions to 3.2.2-SNAPSHOT after release 2021-12-01 16:31:25 +00:00
buildmaster
28a862d5e1 Going back to snapshots 2021-12-01 16:31:24 +00:00
buildmaster
e71bb5170f Update SNAPSHOT to 3.2.1 2021-12-01 16:26:31 +00:00
Oleg Zhurakousky
201e7361b1 Update project version 2021-12-01 15:01:36 +01:00
buildmaster
fd4f91f5a5 Bumping versions 2021-12-01 11:43:35 +00:00
buildmaster
3b4fc9acd9 Bumping versions to 3.2.1-SNAPSHOT after release 2021-12-01 09:12:26 +00:00
buildmaster
523a9a8319 Going back to snapshots 2021-12-01 09:12:25 +00:00
buildmaster
20af1c99f0 Update SNAPSHOT to 3.2.0 2021-12-01 09:07:04 +00:00
Oleg Zhurakousky
aea3b548da Cleanup of Azure sample 2021-11-18 14:59:40 +01:00
Oleg Zhurakousky
6031cc83f3 GH-727 Fix Azure's Supplier<Publisher> logic to avoid NPE
Resolves #727
2021-11-18 13:29:07 +01:00
Oleg Zhurakousky
eaf03ebb00 GH-727 Fix NPE in Azure FunctionInvoker output conversion
Resolves #727
2021-11-17 15:58:56 +01:00
Oleg Zhurakousky
d73056adad Change format of user agent to be aligned with the original PR from @msailes 2021-11-12 15:23:25 +01:00
Oleg Zhurakousky
dc0c52f488 Modified version determination for user-agent, added test 2021-11-12 12:58:06 +01:00
Mark Sailes
66369af641 Send a user-agent header with requests to the Lambda Runtime API.
Adding the author tag.
2021-11-12 12:08:25 +01:00
Oleg Zhurakousky
a6c3e0c7af Make GrpcUtils public 2021-11-08 18:28:27 +01:00
ue85540
f000736140 Performance improvements
Avoid generating strings and implicit toString() calls that will be garbage most of the time.
2021-11-05 09:53:26 +01:00
buildmaster
9c69c333bb Going back to snapshots 2021-11-03 07:00:01 +00:00
buildmaster
1fa1b57c2c Update SNAPSHOT to 3.2.0-RC1 2021-11-03 06:56:29 +00:00
Oleg Zhurakousky
23cfa01edf GH-751 Remove commented code 2021-11-02 12:25:28 +01:00
Oleg Zhurakousky
f61739fa08 GH-751 Ensure RoutingFunction can be applied when function input type is AWS type 2021-11-02 12:15:08 +01:00
Oleg Zhurakousky
3e042f5088 Temporarily disable gRPC tests 2021-10-26 12:19:30 +02:00
Oleg Zhurakousky
12cf0d5763 Restructure and simplify AWS Custom Runtime code
Add Custom Runtime emulator to simplify integration testing
2021-10-20 17:52:52 +02:00
Oleg Zhurakousky
f5707e88c4 GH-SCST-2235 Fix Partitioning issue with FunctionAroundWrapper" 2021-10-19 18:26:37 +02:00
Oleg Zhurakousky
7f1227036a Disable failing grpc test 2021-10-19 11:46:43 +02:00
Oleg Zhurakousky
26147a7ec8 Revert "Disable gRPC tests temporarily"
This reverts commit e166219434.
2021-10-19 10:19:35 +02:00
buildmaster
598ca3e27c Going back to snapshots 2021-10-19 08:16:39 +00:00
buildmaster
e497988307 Update SNAPSHOT to 3.2.0-M3 2021-10-19 08:13:10 +00:00
Oleg Zhurakousky
e166219434 Disable gRPC tests temporarily 2021-10-19 10:04:07 +02:00
Oleg Zhurakousky
7ed46e3c09 gRPC cleanup 2021-10-19 09:10:14 +02:00
Oleg Zhurakousky
ab94368d18 Additional cleanup in gRPC module 2021-10-19 08:07:06 +02:00
Oleg Zhurakousky
fff5b04971 Polish gRPC lifecycle 2021-10-18 20:20:33 +02:00
Oleg Zhurakousky
f714178c74 Fix server termination 2021-10-18 19:06:04 +02:00
Oleg Zhurakousky
1c5c3e833f More cleanup in gRPC tests 2021-10-18 18:50:30 +02:00
Oleg Zhurakousky
01129d874f Add clean up step to grpc test 2021-10-18 18:34:02 +02:00
Oleg Zhurakousky
16215715d5 Increased timeouts 2021-10-18 18:23:11 +02:00
Oleg Zhurakousky
0c7d7cb7da Fix gRPC test to use dynamic port 2021-10-18 18:16:10 +02:00
Oleg Zhurakousky
4965baab55 Reorganization of grpc code 2021-10-18 17:55:33 +02:00
Oleg Zhurakousky
2db9ce1bba Fix dependency version 2021-10-18 16:02:04 +02:00
Oleg Zhurakousky
caf3cd79fb GH-754 Add initial support for specifying grpc service
The newly added support allows one to actually specify which groc service to bootstrap in the event multiple services are available in the classpath

Resolves #754
2021-10-11 20:46:43 +02:00
Oleg Zhurakousky
41043479f5 GH-750 Add support for pluggable protobufs
This initial support adds plugin extension to support CloudEvent proto as well as the example
Additional plugins could be provided in the same ay as CloudEvent plugin extension

Resolves #750
2021-10-11 14:03:24 +02:00
buildmaster
8c92be5a06 Going back to snapshots 2021-10-01 09:42:57 +00:00