Commit Graph

390 Commits

Author SHA1 Message Date
Stef Noten
dee8d7f9d9 Exclude junit/hamcrest from classpath
Resolves #846
2022-04-01 12:22:36 +02:00
buildmaster
343aac3eff Going back to snapshots 2022-03-31 17:26:24 +00:00
buildmaster
b1779fe50b Update SNAPSHOT to 4.0.0-M2 2022-03-31 17:22:24 +00:00
Oleg Zhurakousky
003e1d5ade GH-833 Add initial support for AWS APIGatewayCustomAuthorizerEvent
Resolves #833
2022-03-23 12:54:15 +01:00
Oleg Zhurakousky
3ab344c504 Fix merge issues
Resolves #826
2022-03-23 11:33:15 +01:00
onobc
da58b0904e Use Awaitility when waiting on local port 2022-03-23 08:33:14 +01:00
onobc
8b589c67e5 Reduce use of SocketUtils in tests
Resolves #825
2022-03-23 08:33:14 +01:00
Oleg Zhurakousky
8dabf3248e Merge pull request #827 from Twometer/gh-822-add-support-for-authorizers
Add support for lambda authorizers
2022-03-21 14:47:40 +01:00
Oleg Zhurakousky
f2fe3230f6 Polishing previous commit
Resolves #831
2022-03-21 14:45:01 +01:00
rahulmlokurte
d8e20e57af Add ability to extract routing function name using http message headers in aws CustomRuntimeEventLoop 2022-03-21 14:45:01 +01:00
Oleg Zhurakousky
bb3f33f1c5 Fix deprecations and breaking changes caused by dependencies 2022-03-17 14:59:04 +01:00
Twometer
c0b8fed7f8 Add support for lambda authorizers 2022-03-14 11:41:23 +01:00
Oleg Zhurakousky
6e1590e66e Polish
Resolves #820
2022-03-08 14:57:01 +01:00
onobc
0dca334614 Simplify if/else in Azure function invoker 2022-03-08 14:39:10 +01:00
onobc
408035b94a Ability to extend default function result handling
Fixes #757
2022-03-08 14:39:10 +01:00
buildmaster
9fcf6f8db8 Going back to snapshots 2022-01-27 13:00:22 +00:00
buildmaster
1c9df288c0 Update SNAPSHOT to 4.0.0-M1 2022-01-27 12:56:33 +00:00
Oleg Zhurakousky
5851f38738 GH-784 Modified AWS example to NOT rely on web
Resolves #784
2022-01-26 18:46:26 +01:00
Oleg Zhurakousky
c6bc4f553f GH-785 Ad initial support for ApplicationLoadBalancerRequestEvent in AWS
Resolves #785
2022-01-25 18:47:17 +01:00
Oleg Zhurakousky
7a1f2ecc04 GH-787 Fix 'body' format in JSON output for AWS responses
Resolves #787
2022-01-25 13:57:20 +01:00
Oleg Zhurakousky
a1a3c236d0 Merge branch '4.x' into main 2022-01-17 15:13:34 +01:00
Oleg Zhurakousky
5074b7eee4 Finish migration to java17, boot 3.0, spring 6 2022-01-14 11:05:58 +01:00
Oleg Zhurakousky
b4293878b4 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:45:13 +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
fe060f6a6c GH-786 Fix regression with RoutingFunction over AWS APIGateway
Resolves #786
2022-01-04 11:01:58 +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
dfc700e2c9 Add support for returning Mono for gRPC requestReply
Resolves #776
2021-12-07 15:03:15 +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
93ecdb4c6f Add additional logging to CustomRuntimeEventLoop 2021-12-06 12:56:47 +01:00
Oleg Zhurakousky
18d68c5130 Add additional logging to CustomRuntimeEventLoop 2021-12-06 12:55:42 +01:00
Oleg Zhurakousky
d3324d273b Cleanup in grpc docs 2021-12-06 09:55:18 +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
cd967c793a Cleanup of Azure sample 2021-11-18 15:00:23 +01:00
Oleg Zhurakousky
aea3b548da Cleanup of Azure sample 2021-11-18 14:59:40 +01:00
Oleg Zhurakousky
71f3af825d GH-727 Fix Azure's Supplier<Publisher> logic to avoid NPE
Resolves #727
2021-11-18 13:31:13 +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
2efb79d470 GH-727 Fix NPE in Azure FunctionInvoker output conversion
Resolves #727
2021-11-17 16:00:22 +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
3aa37ba197 Change format of user agent to be aligned with the original PR from @msailes 2021-11-12 15:24:06 +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
703f82a132 Modified version determination for user-agent, added test 2021-11-12 13:05:52 +01:00
Mark Sailes
24f4699b50 Send a user-agent header with requests to the Lambda Runtime API.
Adding the author tag.
2021-11-12 13:05:41 +01:00