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
Oleg Zhurakousky
d9db0af13d
GH-716 Add support for returning custom status code
...
Resolves #716
2021-07-30 12:42:48 +02:00
Oleg Zhurakousky
e87506bb4e
Revert "Update SNAPSHOT to 3.2.0-M1"
...
This reverts commit 2897285217 .
2021-07-30 12:41:34 +02:00
Oleg Zhurakousky
26ed4cbb25
Revert "Going back to snapshots"
...
This reverts commit c3a556faf6 .
2021-07-30 12:41:23 +02:00
buildmaster
c3a556faf6
Going back to snapshots
2021-07-30 08:15:06 +00:00
buildmaster
2897285217
Update SNAPSHOT to 3.2.0-M1
2021-07-30 08:12:01 +00:00
Oleg Zhurakousky
7e81cdd552
Improve AWSLambdaUtils
2021-07-28 14:56:07 +02:00
Oleg Zhurakousky
dc98f0b49f
GH-709, GH-684, GH-641 Upgrade AWS dependency
...
Refactor and simplify AWSLambdaUtils to work with AWS serialization libraries
Add support for API v2 gateway event
Resolves #709
Resolves #684
Resolves #641
2021-07-22 18:57:57 +02:00
Oleg Zhurakousky
2a73a7a0a3
Fix POMs for 3.2
2021-07-13 16:23:02 +02:00
buildmaster
7af4275f4e
Bumping versions to 3.1.4-SNAPSHOT after release
2021-05-26 13:50:55 +00:00
buildmaster
6f0a1065b2
Going back to snapshots
2021-05-26 13:50:54 +00:00
buildmaster
e4766dd2c8
Update SNAPSHOT to 3.1.3
2021-05-26 13:46:32 +00:00
Oleg Zhurakousky
039387d9c6
GH-698 Fix routing function support in AWS
...
Introduce auto-fallback to routing function if more then one function is present and no definition is provided.
Add explicit routing sample
Add documentation
2021-05-21 17:04:01 +02:00
Oleg Zhurakousky
c86ce12484
Ensure user set headers in API Gateway are properly propagated to message headers
2021-05-18 16:33:04 +02:00
Oleg Zhurakousky
4e937d4b84
AWS POM cleanup
2021-05-17 20:05:29 +02:00
Oleg Zhurakousky
704df35bb8
Add tests for AWS CustomRuntimeEventLoop
2021-05-17 20:03:11 +02:00