Commit Graph

272 Commits

Author SHA1 Message Date
buildmaster
e4635e80bc Bumping versions to 3.2.5-SNAPSHOT after release 2022-04-26 15:12:26 +00:00
buildmaster
f5d74e505c Going back to snapshots 2022-04-26 15:12:25 +00:00
buildmaster
2e7140f2ca Update SNAPSHOT to 3.2.4 2022-04-26 15:08:03 +00:00
Oleg Zhurakousky
047c0b1e6d GH-861 Add constant for aws-context
Resolves #861
2022-04-21 13:16:27 +02:00
Oleg Zhurakousky
c58123a211 Polishing previous commit as it's current version breaks the test 2022-04-21 10:19:56 +02:00
Twometer
c38648459c Fix ClassCastException with Spring Native 2022-04-21 09:10:57 +02:00
rahulmlokurte
3a9ee01da6 Fix #844 issue custom object type conversion is failing, when it has headers as a variable name
Resolves #850
2022-04-21 09:04:35 +02:00
Oleg Zhurakousky
6569c0a2e9 GH-841 Add support for propagating errors from AWS Custom Runtime
Resolves #841
2022-04-20 19:56:36 +02:00
buildmaster
f81d942c4e Bumping versions 2022-03-29 23:19:41 +00:00
buildmaster
a0ae7f0d46 Bumping versions to 3.2.4-SNAPSHOT after release 2022-03-29 10:50:02 +00:00
buildmaster
904adc2544 Going back to snapshots 2022-03-29 10:50:01 +00:00
buildmaster
80ca14d220 Update SNAPSHOT to 3.2.3 2022-03-29 10:45:59 +00:00
Twometer
c8a5a722a0 Add support for lambda authorizers
Resolves #842
2022-03-29 12:07:31 +02:00
Oleg Zhurakousky
3b4ac78f14 GH-833 Add initial support for AWS APIGatewayCustomAuthorizerEvent
Resolves #833
2022-03-23 13:03:08 +01:00
buildmaster
78ee2fc437 Bumping versions to 3.2.3-SNAPSHOT after release 2022-02-16 16:18:26 +00:00
buildmaster
9cb9f169e1 Going back to snapshots 2022-02-16 16:18:25 +00:00
buildmaster
d5c2c0d663 Update SNAPSHOT to 3.2.2 2022-02-16 16:14:16 +00:00
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
18d68c5130 Add additional logging to CustomRuntimeEventLoop 2021-12-06 12:55:42 +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
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
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
12cf0d5763 Restructure and simplify AWS Custom Runtime code
Add Custom Runtime emulator to simplify integration testing
2021-10-20 17:52:52 +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
buildmaster
8c92be5a06 Going back to snapshots 2021-10-01 09:42:57 +00:00
buildmaster
0d7fa4fc0a Update SNAPSHOT to 3.2.0-M2 2021-10-01 09:39:36 +00:00
Oleg Zhurakousky
495b42bbe7 Refactor CustomRuntimeEventLoop in AWS module to ensure it is spring aot native compatible 2021-09-21 16:08:09 +02:00
Oleg Zhurakousky
3b4b7aae5c GH-743 Remove setting of HTTP 'export' properties for AWS Custom Runtime
Resolves #743
2021-09-16 11:27:17 +02:00
Oleg Zhurakousky
334d2d8e8a GH-722 Fix support for API Gateway v2 when Function signature is POJO
Resolves #722
2021-08-17 08:25:28 +02:00
Oleg Zhurakousky
873860571b GH-718 Improve support for Function bean definition
Added sample for functional bean definition
2021-08-03 13:02:15 +02:00
buildmaster
723f1b8180 Going back to snapshots 2021-07-30 10:58:36 +00:00
buildmaster
fae1e4ab94 Update SNAPSHOT to 3.2.0-M1 2021-07-30 10:55:41 +00:00