Commit Graph

366 Commits

Author SHA1 Message Date
buildmaster
e0d7132929 Update SNAPSHOT to 3.2.3 2022-03-29 10:45:59 +00:00
Twometer
868f943831 Add support for lambda authorizers
Resolves #842
2022-03-29 12:07:31 +02:00
Oleg Zhurakousky
2fc78b2899 GH-833 Add initial support for AWS APIGatewayCustomAuthorizerEvent
Resolves #833
2022-03-23 13:03:08 +01:00
Oleg Zhurakousky
bcbbbd3363 Polish
Resolves #820
2022-03-08 14:58:28 +01:00
onobc
42da405a18 Simplify if/else in Azure function invoker 2022-03-08 14:58:20 +01:00
onobc
5cdb4b17e6 Ability to extend default function result handling
Fixes #757
2022-03-08 14:58:05 +01:00
buildmaster
d08a116a9f Bumping versions to 3.2.3-SNAPSHOT after release 2022-02-16 16:18:26 +00:00
buildmaster
3c19c4e869 Going back to snapshots 2022-02-16 16:18:25 +00:00
buildmaster
8d623af0a8 Update SNAPSHOT to 3.2.2 2022-02-16 16:14:16 +00:00
Oleg Zhurakousky
aa38cb0e56 GH-784 Modified AWS example to NOT rely on web
Resolves #784
2022-01-26 18:26:37 +01:00
Oleg Zhurakousky
1cc78f7c28 GH-785 Ad initial support for ApplicationLoadBalancerRequestEvent in AWS
Resolves #785
2022-01-25 18:47:51 +01:00
Oleg Zhurakousky
f71b75c9b0 GH-787 Fix 'body' format in JSON output for AWS responses
Resolves #787
2022-01-25 14:00:56 +01:00
Oleg Zhurakousky
bfe4b93179 Cleanup version determination in CustomRuntimeEventLoop 2022-01-17 18:06:52 +01:00
Oleg Zhurakousky
061729673b 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
15ab165158 GH-786 Fix regression with RoutingFunction over AWS APIGateway
Resolves #786
2022-01-03 14:42:31 +01:00
Oleg Zhurakousky
6fbeafe3e2 Add support for returning Mono for gRPC requestReply
Resolves #776
2021-12-07 15:02:40 +01:00
Oleg Zhurakousky
5f7313ff31 Add additional logging to CustomRuntimeEventLoop 2021-12-06 12:55:42 +01:00
Oleg Zhurakousky
0475ae5671 Cleanup in grpc docs 2021-12-06 09:54:43 +01:00
buildmaster
3f8e1dd037 Bumping versions to 3.2.2-SNAPSHOT after release 2021-12-01 16:31:25 +00:00
buildmaster
fc6212ed7f Going back to snapshots 2021-12-01 16:31:24 +00:00
buildmaster
6ad75b58d3 Update SNAPSHOT to 3.2.1 2021-12-01 16:26:31 +00:00
Oleg Zhurakousky
ea348e761f Update project version 2021-12-01 15:01:36 +01:00
buildmaster
1c453b374c Bumping versions 2021-12-01 11:43:35 +00:00
buildmaster
7c127312b7 Bumping versions to 3.2.1-SNAPSHOT after release 2021-12-01 09:12:26 +00:00
buildmaster
f92e1d97ba Going back to snapshots 2021-12-01 09:12:25 +00:00
buildmaster
3e3cc0c51e Update SNAPSHOT to 3.2.0 2021-12-01 09:07:04 +00:00
Oleg Zhurakousky
9465a1fc0e Cleanup of Azure sample 2021-11-18 14:59:40 +01:00
Oleg Zhurakousky
5301e1e334 GH-727 Fix Azure's Supplier<Publisher> logic to avoid NPE
Resolves #727
2021-11-18 13:29:07 +01:00
Oleg Zhurakousky
4d9cc9bf75 GH-727 Fix NPE in Azure FunctionInvoker output conversion
Resolves #727
2021-11-17 15:58:56 +01:00
Oleg Zhurakousky
fccd242987 Change format of user agent to be aligned with the original PR from @msailes 2021-11-12 15:23:25 +01:00
Oleg Zhurakousky
bc37fd5a28 Modified version determination for user-agent, added test 2021-11-12 12:58:06 +01:00
Mark Sailes
015d253106 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
2176cec0f9 Make GrpcUtils public 2021-11-08 18:28:27 +01:00
ue85540
f2193c95d5 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
90cec8e350 Going back to snapshots 2021-11-03 07:00:01 +00:00
buildmaster
c8c5e0a2f9 Update SNAPSHOT to 3.2.0-RC1 2021-11-03 06:56:29 +00:00
Oleg Zhurakousky
306895dc17 GH-751 Remove commented code 2021-11-02 12:25:28 +01:00
Oleg Zhurakousky
eeb5448a7d GH-751 Ensure RoutingFunction can be applied when function input type is AWS type 2021-11-02 12:15:08 +01:00
Oleg Zhurakousky
2a702ec669 Temporarily disable gRPC tests 2021-10-26 12:19:30 +02:00
Oleg Zhurakousky
2addf5af7d 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
f7112d1ef5 GH-SCST-2235 Fix Partitioning issue with FunctionAroundWrapper" 2021-10-19 18:26:37 +02:00
Oleg Zhurakousky
928f652b8f Disable failing grpc test 2021-10-19 11:46:43 +02:00
Oleg Zhurakousky
b4259b3c3b Revert "Disable gRPC tests temporarily"
This reverts commit 12810a0012.
2021-10-19 10:19:35 +02:00
buildmaster
d472eacdbd Going back to snapshots 2021-10-19 08:16:39 +00:00
buildmaster
d478668c51 Update SNAPSHOT to 3.2.0-M3 2021-10-19 08:13:10 +00:00
Oleg Zhurakousky
12810a0012 Disable gRPC tests temporarily 2021-10-19 10:04:07 +02:00
Oleg Zhurakousky
6a48a10d94 gRPC cleanup 2021-10-19 09:10:14 +02:00
Oleg Zhurakousky
c8c0357786 Additional cleanup in gRPC module 2021-10-19 08:07:06 +02:00
Oleg Zhurakousky
6eb85ca5e1 Polish gRPC lifecycle 2021-10-18 20:20:33 +02:00
Oleg Zhurakousky
56a75cd571 Fix server termination 2021-10-18 19:06:04 +02:00